
@font-face{
	font-family: 'Foco-Regular';
	src: url("foco/Foco-Regular.woff");
	font-weight: normal;
   font-style: normal;
}

body {
	font-family: 'Foco-Regular';
	font-weight: normal;
   font-style: normal;
	font-size: 16px;
}

@media (max-width: 576px) {
    input.anzahl {
      max-width: 42px !important;
    }
  }

.slow-fade.modal.fade .modal-dialog {
  transition: transform 1s ease-in-out, opacity 1s ease-in-out;
}

.slow-fade.modal.fade:not(.show) .modal-dialog {
  transform: translateY(-60px);
  opacity: 0;
}

.slow-fade.modal.fade.show .modal-dialog {
  transform: translateY(0);
  opacity: 1;
}

/* Kein Javascript? */
.js-warning {
    padding: 15px;
    background: #ffdddd;
    color: #900;
    border: 1px solid #c00;
    font-family: Arial, sans-serif;
    margin: 20px;
}


#telefon {
  padding-left: 2.2rem;
  position: relative;
}

#telefon::placeholder {
  color: #aaa;
}

/* Visuelles Pluszeichen */
#telefon::before {
  content: "+";
  position: absolute;
  left: 0.75rem;
  top: 50%;
  transform: translateY(-50%);
  color: #495057;
  font-size: 1rem;
  pointer-events: none;
}





.toggleDiv {
	position: fixed;
   top: 0;
   left: 0;
   width: 100vw;
   height: 160px;
   display: flex;
   align-items: center;
   justify-content: center;
	background:#ccdff8;
   color:black;
   transition: opacity 0.75s, visibility 0.75s;
	opacity: 0.9;
	z-index: 9999;
	font-size: 1.5rem;
}


.warning {
	border: 1px solid red;
}
.loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #333333;
  transition: opacity 0.75s, visibility 0.75s;
}

.loader--hidden {
  opacity: 0;
  visibility: hidden;
}

.loader::after {
  content: "";
  width: 75px;
  height: 75px;
  border: 15px solid #dddddd;
  border-top-color:#258FDC;
  border-radius: 50%;
  animation: loading 0.75s ease infinite;
}

@keyframes loading {
  from {
    transform: rotate(0turn);
  }
  to {
    transform: rotate(1turn);
  }
}
@media only screen and (max-width: 640px) {
	.btn-mobile {
		width: 80%;
		margin-top:20px;
	}
}



.canvas {
    position:fixed;
    top:0px;
    left: 0;
    width: 100%;
    height: 161px;
    background-color: #CCDFF8;
    /*opacity: 0.9;*/
    z-index: 9999;
    padding: 25px;
    text-align: center;
}
.btn-hide {
    position: absolute;
    right: 10px;
    top:-10px;
}

.hide {
    position: absolute;
    right: -5px;
    top:-10px;
}

/**
 * Navbar Color and Shrink on Scroll
*/
@media screen and (min-width: 600px) {
  .navbar{
     background-color: #3385d6 !important;
      padding: 50px 0px;
      transition-duration: 0.6s;
      opacity:1.0;
  }
	.logo {
		max-height: 50px;
	}
	.container {
		margin-top:70px;
	}
	.img-top {
		margin-top:130px;
	}
	
	.fixed-border-header {
		top: 80px;
      bottom:0;
      position:sticky;
		z-index: 10;
	}
	.container-custom {
		margin-top: 13em;
	}
	.container-custom-checkout {
		margin-top:13em;
	}
	.header-border-sub {
		width: 100%;
		height: 50px;
	   background-color: #e8ebed;
	   text-align: right;
	   padding: 11px 60px 0 0;
	}
	.basket {
		font-size: 15px;
	}
	
}

@media screen and (max-width: 600px) {
	
	.container-custom-checkout {
		margin-top:8em;
	}
	
	.basket {
		font-size: 15px;
	}
	.header-border-sub {
		width: 100%;
		height: 50px;
	   background-color: #e8ebed;
	   text-align: right;
	   padding: 11px 20px 0 0;
	}
	
	.logo {
		max-height: 30px;
	}
	.navbar{
     background-color: #3385d6 !important;
      padding: 25px 0px;
      transition-duration: 0.6s;
      opacity:1.0;
  }
	.container {
		margin-top:20px;
	}
	.img-top {
		margin-top:65px;
		/*display:none;*/
	}
	.fixed-border-header {
		top: 60px;
      bottom:0;
      position:sticky;
		z-index: 10;
	}
	.container-custom {
		margin-top: 10em;
	}
	.desktop {
		display: none;
	}
	footer {
		margin-top:500px;
	}
}
.navbar ul li a{
	color:#fff !important;
}
.navbar-nav > li > .dropdown-menu{
	background-color: #3385d6 !important;
}
.navbar-nav > li > .dropdown-menu a{
	color: #fff !important;
}
.navbar-nav > li > .dropdown-menu a:hover{
	background-color: #5099e2 !important;
	color:#fff !important;
}
.scroll_navbar {
	padding:10px 0px;
	box-shadow: 0px 1px 10px rgba(0,0,0,0.4);
	transition-duration: 0.6s;
	opacity: 0.9;
}
/* END Navbar */

h1 {
	font-size: 21pt;
	font-weight: bold;
}

hr {
	border-width: thin;
	border-color: #C4C4C4;
}

/*
.processor {
	position: fixed;
	top:0;
	right: 0;
	bottom:0;
	left:0;
	width: 100%;
	height: 100%;
	background: url("../images/spinner1.gif") #000 no-repeat center center;
	z-index: 9999;
	opacity: 0.8;
	transition: opacity 0.75s, visibility 0.75s;
}
*/


.processor {
	position: fixed;
   top: 0;
   bottom:0;
   left: 0;
   width: 100vw;
   height: 100vh;
   display: flex;
   align-items: center;
   justify-content: center;
   background: #333333;
   transition: opacity 0.75s, visibility 0.75s;
   z-index: 9999;
}

.processor--hidden {
	opacity: 0;
   visibility: hidden;
}

.processor::after {
	content: "";
   width: 75px;
   height: 75px;
   border: 15px solid #dddddd;
   border-top-color:#258FDC;
   border-radius: 50%;
   animation: loading 0.75s ease infinite;
}

@keyframes loading {
	from {
		transform: rotate(0turn);
	}
  to {
	  transform: rotate(1turn);
	}
}


.msg {
	position: fixed;
	top:0;
	left:0;
	right:0;
	width: 100%;
	/*opacity: 0.9;*/
	z-index: 9999;
	padding: 40px;
}


.btn-custom {
	background-color: #3385d6;
   color: #fff;
}
.btn-custom:hover {
	background-color: #063f90;
   color: #fff;
}
footer {
		font-size: 13px;
}
footer a {
	text-decoration: none;
}
.fa-adress {
	margin-right:5px;
	font-size: 11px;
	color:red;
}

