/* stylesheet for demo and examples */


body{
	/*overflow:hidden;*/
	margin: 0;
	padding: 0;
	border: 0;
	background: white;
	color: #444444;
	font-family: "Ubuntu",Arial,sans-serif; 
	font-size: 1em; 
	line-height: 1.4em;
	text-shadow: 1px 1px 0 rgba(255,255,255,0.45);
}

a{
	color: inherit;
	text-decoration: none;
	-webkit-transition: all .3s ease-in-out; -moz-transition: all .3s ease-in-out; -o-transition: all .3s ease-in-out; transition: all .3s ease-in-out;
}
a:hover {
	color:#6fc528;  
	text-decoration: none;	
}

hr{
	display: block; 
	height: 0; 
	border: 0; 
	border-top: 1px solid rgba(0,0,0,0.2); 
	border-bottom: 1px solid rgba(255,255,255,0.2); 
	margin: 1em 0; 
	padding:0;
}

h3{
	color:#00797f;  
	font-weight: bold;
}

header, #navigation-menu, #content, footer{
	position: relative;
}

header, footer{
	padding: 1em 3em;
	text-shadow: none;
}


nav ul, nav ol, nav li{
	list-style: none; 
	margin: 0; 
	padding: 0;
}

#navigation-menu{
	position: fixed;
	top: 2em;
	right: 3em;
	left: auto;
	bottom: auto;
	z-index: 9;
	text-shadow: none;
	font-size: 0.85em;
}

#navigation-menu ul{
	overflow: hidden;
	background: #564a44;
	background: rgba(0,0,0,0.5);
	-moz-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px;
}

#navigation-menu li{
	margin: 3px;
}

#navigation-menu a{
	display: block;
	padding: 0.2em 0.6em;
	-moz-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px;
}

#navigation-menu a:hover, #navigation-menu a.mPS2id-highlight{
	background: #30afe3;
	color: #fff;
}

#content section{
	min-height: 900px;
	/*-webkit-box-shadow: 0 -1px 0 rgba(0,0,0,0.6),inset 0 1px 0 rgba(255,255,255,0.3); box-shadow: 0 -1px 0 rgba(0,0,0,0.6),inset 0 1px 0 rgba(255,255,255,0.3);*/
	background: #ffffff;
	
	color: #000000;
}

#content section:nth-child(3n+2){
	text-shadow: 1px 1px 0 rgba(255,255,255,0.45);
	-webkit-box-shadow: 0 -1px 0 rgba(0,0,0,0.2),inset 0 1px 0 rgba(255,255,255,0.5); box-shadow: 0 -1px 0 rgba(0,0,0,0.2),inset 0 1px 0 rgba(255,255,255,0.5);
	background: #c6b6a4;
	background: rgb(239,231,220); 
	background: -moz-radial-gradient(center, ellipse cover,  rgba(239,231,220,1) 0%, rgba(198,182,164,1) 100%); 
	background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,rgba(239,231,220,1)), color-stop(100%,rgba(198,182,164,1))); 
	background: -webkit-radial-gradient(center, ellipse cover,  rgba(239,231,220,1) 0%,rgba(198,182,164,1) 100%); 
	background: -o-radial-gradient(center, ellipse cover,  rgba(239,231,220,1) 0%,rgba(198,182,164,1) 100%); 
	background: -ms-radial-gradient(center, ellipse cover,  rgba(239,231,220,1) 0%,rgba(198,182,164,1) 100%); 
	background: radial-gradient(ellipse at center,  rgba(239,231,220,1) 0%,rgba(198,182,164,1) 100%); 
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#efe7dc', endColorstr='#c6b6a4',GradientType=1 ); 
	color: #25201e;
  background: #ffffff;
}

#content section:nth-child(3n+3){
	text-shadow: 1px 1px 0 rgba(255,255,255,0.45);
	-webkit-box-shadow: 0 -1px 0 rgba(0,0,0,0.2),inset 0 1px 0 rgba(255,255,255,0.5); box-shadow: 0 -1px 0 rgba(0,0,0,0.2),inset 0 1px 0 rgba(255,255,255,0.5);
	background: #94cbce;
	background: rgb(214,251,252); 
	background: -moz-radial-gradient(center, ellipse cover,  rgba(214,251,252,1) 0%, rgba(148,203,206,1) 100%); 
	background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,rgba(214,251,252,1)), color-stop(100%,rgba(148,203,206,1))); 
	background: -webkit-radial-gradient(center, ellipse cover,  rgba(214,251,252,1) 0%,rgba(148,203,206,1) 100%); 
	background: -o-radial-gradient(center, ellipse cover,  rgba(214,251,252,1) 0%,rgba(148,203,206,1) 100%); 
	background: -ms-radial-gradient(center, ellipse cover,  rgba(214,251,252,1) 0%,rgba(148,203,206,1) 100%); 
	background: radial-gradient(ellipse at center,  rgba(214,251,252,1) 0%,rgba(148,203,206,1) 100%); 
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d6fbfc', endColorstr='#94cbce',GradientType=1 ); 
	color: #25201e;
  background: #ffffff;
}

.content{
	padding: 1em 3em;
}

.content hr + a, .content hr + a + a{
	margin-right: 2em;
}

.mPS2id-target .content h2:first-child:after{
	display: inline-block;
	position: relative;
	vertical-align: middle;
	//content: "Current target class: mPS2id-target";
	margin-left: 1em;
	font-size: 0.25em;
	line-height: 1.4em;
	font-style: italic;
	opacity: 0.7;
	width: 180px;
	font-family: "Ubuntu",Arial,sans-serif;
	font-weight: normal;
}

.ie8 .mPS2id-target .content h2:first-child:after{
	font-size: 0.95em;
}


.horizontal-layout #navigation-menu{
	right: auto;
	left: 3em;
	top: 4em;
}

.horizontal-layout #content{
	overflow: hidden;
}

.horizontal-layout #content section{
	width: 14.285%;
	float: left;
	min-height: 480px;
	-webkit-box-shadow: 0 -1px 0 rgba(0,0,0,0.3),inset 0 1px 0 rgba(255,255,255,0.3),-1px 0 0 rgba(0,0,0,0.6); 
	box-shadow: 0 -1px 0 rgba(0,0,0,0.3),inset 0 1px 0 rgba(255,255,255,0.3),-1px 0 0 rgba(0,0,0,0.6);
}

.horizontal-layout #content section:nth-child(3n+2),.horizontal-layout #content section:nth-child(3n+3){
	-webkit-box-shadow: 0 -1px 0 rgba(0,0,0,0.3),inset 0 1px 0 rgba(255,255,255,0.3),-1px 0 0 rgba(0,0,0,0.2),inset 1px 0 0 rgba(255,255,255,0.5); 
	box-shadow: 0 -1px 0 rgba(0,0,0,0.3),inset 0 1px 0 rgba(255,255,255,0.3),-1px 0 0 rgba(0,0,0,0.2),inset 1px 0 0 rgba(255,255,255,0.5);
}

.horizontal-layout .content h2{
	position: relative;
	padding-bottom: 50px;
}

.horizontal-layout .content h2 + p{
	margin-top: -50px;
}

.horizontal-layout .mPS2id-target .content h2:first-child:after{
	display: block;
	position: absolute;
	width: 100%;
	height: 50px;
	margin-left: 0;
}

.horizontal-layout header > *, .horizontal-layout footer > *{
	width: 10%;
}

.horizontal-layout header, .horizontal-layout .content, .horizontal-layout footer{
	padding-left: 150px;
	padding-right: 3em;
}


.auto-layout header h1{
	margin-left: 150px;
}

.auto-layout #navigation-menu{
	right: auto;
	left: 2em;
}

.auto-layout #content{
	height: 100%;
}

.auto-layout #content section{
	position: absolute;
	min-height: 600px;
	width: 600px;
	top: 0;
	left: 0;
	margin-left: 3em;
	-webkit-box-shadow: inset 1px 1px 0 rgba(255,255,255,0.2); 
	box-shadow: inset 1px 1px 0 rgba(255,255,255,0.2);
	-moz-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px;
}

.auto-layout #content section#section-2{
	top: 0;
	left: 1800px;
}

.auto-layout #content section#section-3{
	top: 1200px;
	left: 900px;
}

.auto-layout #content section#section-4{
	top: 1200px;
	left: 2700px;
}

.auto-layout #content section#section-5{
	top: 2400px;
	left: 1800px;
}

.auto-layout #content section#section-6{
	top: 2400px;
	left: 3600px;
}

.auto-layout #content section#section-7{
	top: 3600px;
	left: 2700px;
}

.auto-layout .content{
	padding-left: 150px;
	padding-right: 3em;
}

@media only screen and (min-width: 1140px){
	
	header, .content, footer, 
	.horizontal-layout header, .horizontal-layout .content, .horizontal-layout footer,
	.auto-layout .content{
		padding-right: 3em;
		padding-left: 3em;
	}
	
	.horizontal-layout header h1{
		display: block;
	}
	
	.auto-layout header h1{
		margin-left: 0;
	}
	
	#navigation-menu{
		font-size: 1em;
		top: 1.55em;
	}
	
	.horizontal-layout #navigation-menu, .auto-layout #navigation-menu{
		right: 3em;
		left: auto;
		top: 1.55em;
	}
	
	#navigation-menu ul{
		-moz-border-radius: 17px; -webkit-border-radius: 17px; border-radius: 17px;
	}
	
	#navigation-menu li{
		float: left;
		margin: 3px 5px;
	}
	
	#navigation-menu a{
		-moz-border-radius: 50px; -webkit-border-radius: 50px; border-radius: 50px;
	}


	
}

 .container img{
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: auto;
      }
  
 
  
  footer{
    position: fixed;
    bottom: 0px;
    width: 100%;
    background: #30afe3;
  }
  
  
section#section-1{
   /*background-image: url("../images/background.jpg");*/
   background-repeat: no-repeat; 
   
  
}

section{
  margin-top: 60px; 
}
section#section-2{  
  padding-top: 80px;
            
}

.topcontent{
  margin-top: 50px;
  margin-left: 50px;
  padding: 20px;
  background-color: #ffffff;
  color: black;
  
}

@media (max-width: 768px) {

  .topcontent {
    margin-left: 0px;
    margin-right: 0px;
    text-align: justify;
    
  }

  .topcontent h3 {
    text-align: left; 
    font-size: 1.125em; 
  }
  
  .topcontent p{
    font-size: 0.8em; 
  }
}

.nav-item a.nav-link{
  color: #30afe3;
  font-weight: bold;
}

.menu-unten a.nav-link{
  color: white;
  font-weight: normal;
  font-size: 0.8em;
}        

.menu-unten a.nav-link:hover{
  color: white;
  font-weight: normal;
  font-size: 0.8em;
}

.menu-unten a.linker:hover{
  color: #339499;
}

#bilder img{
margin-left: 10px;
}

.gutscheinclose{
  cursor: pointer;
  padding: 3px;
  float: right;
}

//.navbar-toggler{
//  background-color: #30afe3;
//}      


//.navbar-toggler-icon{
//  background-color: white
//}

#tripplebar{
 font-size: 1.5em;
 padding: -15px;
}
#tripplebar2{
font-size: 1.1em;
color:white;
margin-top:-3px !important;
}
/*
.modal-dialog{
  position: fixed;
  overflow-y: auto;
  
}
.modal-content{
  position: fixed;
  
}  */

/*@media (max-width: 400px) {

  .logotext {
    display: none;
  }
} */

div.ds_tb_akzeptieren a{
text-decoration:underline;
font-weight:500;
}

div.formfarbe{
	background-color: #fff;
	}

div.alert-primary, h2.alert-primary {
	background-color: #fff;
	color: #000;
	font-size:2em;
	line-height:1.2em;
	font-weight: bold;
	text-shadow: 0 0 0;
	border: 0px;
	padding:0;
	margin:0;
	}

div#hinweisformular{
	margin-bottom: 20px;
	}

div#hinweisformular span {
	color:#bd1400;
	float:right;
	text-shadow:none;	
	}

div#hinweisformular a:hover {
	color:#fff;
	}

.product_image {
	border:2px solid transparent;
	border-radius: 8px;
	width: 48%;
	height:auto;
	}
a:hover .product_image{
	border-color: #f8522a;
	}
div.h_header{
	padding:0.5em;	
	color:#fff;
	font-size:1.4em;
	line-height:1.2em;
    background-image: -webkit-linear-gradient(90deg,#f8522a,#f8be2a 70%);
    background-image: -o-linear-gradient(90deg,#f8522a,#f8be2a 70%);
    background-image: linear-gradient(90deg,#f8522a,#f8be2a 70%);
	border-radius: .3em;
	}
div.h_header b{
	text-shadow:none;
	}
	
div.alert-info{
	background-color: #009ee0;
	}

div.formklasse{
	padding-left: 10px;
	padding-right: 10px;
	}

div.gsContainerClass{
	background-color: #cce5ff;
	padding-bottom: 5px;
	//padding-left: 10px;
	//padding-right: 10px;
	border-radius: .25rem
	}

div#zusatzText{
	padding-bottom: 10px;
	padding-top: 10px;
	margin-bottom: 5px; 
	background-color: #cce5ff;
	padding-left: 10px;
	padding-right: 10px;
	border-radius: .25rem
	}

#formular_gutschein{
	text-align:center;
	}

.complete_form, .checkout_form {
	margin-left: auto;
	margin-right: auto;
	}

.complete_form{
	padding-top:2em;
	}

label {
	margin-bottom: .3rem;
	cursor: pointer;
	}

.form-control {
	line-height:2.2em;
	}

.size_selctor,
.form-group input {
	font-size:1rem;
	font-weight:500;
	border: 1px solid #555;
	border-radius: 8px;
	background-color: #fff;
	box-shadow: none;
	transition:box-shadow 0.5s,border-color 0.25s ease-in-out;
	
	}
.form-group input:placeholder {	
	color:#3c3b3b
	}
	
.form-group input:focus {
	border:1px solid #616161;
	background-color:#fff;
	-webkit-box-shadow: none;
	box-shadow: 0px 0px 0px 2px #6291e0;
	transition:box-shadow 0.2s,border-color 0.1s ease-in-out
	}

.select_BA {
	border: 1px solid #555;
	font-size:1rem;
	font-weight:500;
	height:3em !important;
	border-radius: 8px;	
	}
	
input:focus.individual_print,
input:active.individual_print,
input:hover.individual_print,
input.individual_print {
	padding: .375rem .75rem;
	font-size:1.5rem;
	line-height:1.2rem;
	font-weight:500;
    color:#f39100;
	}	

#individual_print_row2 {
	color:#f39100;
}

.weiter-btn {
	font-size: 1em;
	line-height: 1.8em;
	color:#f39100;
	background-color:#fff;
	border:2px solid #f39100;
	border-radius: 8px;	
	}

.weiter-btn:hover {
	border:2px solid #f39100;
	color:#fff;
	background-color:#f39100;
	}
	
.weiter-btn::after, .weiter-btn:focus, .weiter-btn:visited, .weiter-btn:active, .weiter-btn:hover {
	box-shadow:none;
	}
.col-12 {
	max-width: 90%;
	}

.header{
	width:100%;
	height:30vh;
	background-size: cover;
    background-image: -webkit-linear-gradient(90deg,#f8522a,#f8be2a 70%);
    background-image: -o-linear-gradient(90deg,#f8522a,#f8be2a 70%);
    background-image: linear-gradient(90deg,#f8522a,#f8be2a 70%);
    /*background: url("../imgages/header.jpg") no-repeat top center;*/
	}	

.header_logo{
	position:absolute;
	top:0em;
	right:10%;
	z-index:1000;
	}

#logo_top {
	
	margin:0
	}

#logo_top img {
	height: 7em;
	}

div#modalbody pre{
	font-size:0.8em;	
	}

#zoom_in {
	font-size:0.9rem;
	font-weight:100;
	}