@charset "utf-8";
/* CSS Document */

/*******************************/
/********* Modals CSS **********/
/*******************************/

/* Modal Login Button */
.modalloginbtn,
.logoutbtn {
    padding: 10px 20px;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1px;
    color: #ffffff;
    background: #636363;
    border: 2px solid transparent;
    border-radius: 15px;
    box-shadow: inset 0 0 0 50px #636363;
    transition: ease-out 0.3s;
    -webkit-transition: ease-out 0.3s;
    -moz-transition: ease-out 0.3s;
}

.modalloginbtn:hover,
.modalloginbtn:focus,
.logoutbtn:hover,
.logoutbtn:focus {
    color: #636363;
    background: white;
    box-shadow: inset 0 0 0 0 #636363;
    border-color: #636363;
}

/* The Modal (background) */
.modalbk {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
    color: black;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
  position: relative;
  background-color: #fefefe;
  margin: auto;
  padding: 0;
  border: 1px solid #888;
  width: 60%;
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
  -webkit-animation-name: animatetop;
  -webkit-animation-duration: 0.4s;
  animation-name: animatetop;
  animation-duration: 0.4s
}

.modal-content .send {
    padding: 10px;
    background-color: #636363;
    color: white;
    border: 5px solid #636363;
}

.modal-content .send:hover,
.modal-content .send:focus {
    color: #636363;
    background-color: white; 
    outline: 0 !important;
}

/* Add Animation */
@-webkit-keyframes animatetop {
  from {top:-300px; opacity:0} 
  to {top:0; opacity:1}
}

@keyframes animatetop {
  from {top:-300px; opacity:0}
  to {top:0; opacity:1}
}


/* The Close Button */
.loginclose, 
.newserviceclose,
.newangebotclose,
.newfotokategorieclose,
.newfotosclose,
.editfotosclose,
.editfotokategorieclose,
.editangebotclose,
.editserviceclose,
.editueberunsclose,
.editcontactclose {
  color: white;
  float: right;
  font-size: 60px;
  font-weight: bold;
}

.loginclose:hover,
.newserviceclose:hover,
.editserviceclose:hover,
.newangebotclose:hover,
.editangebotclose:hover,
.newfotokategorieclose:hover,
.editfotokategorieclose:hover,
.newfotosclose:hover,
.editfotosclose:hover,
.editueberunsclose:hover,
.editcontactclose:hover,
.editfotosclose:focus,
.newfotosclose:focus,
.loginclose:focus,
.newserviceclose:focus,
.editserviceclose:focus,
.newfotokategorieclose:focus,
.editfotokategorieclose:focus,
.newangebotclose:focus,
.editangebotclose:focus,
.editueberunsclose:focus,
.editcontactclose:focus {
  color: #000;
    font-size: 60px;
  text-decoration: none;
  cursor: pointer;
}

.modal-header {
  padding: 2px 16px;
  background-color: #636363;
  color: white;
}

.modal-header h4,h2 {
    text-align: left;
    padding-left: 20px;
	padding-top: 20px;
    font-size: 36px;
    float: left;
    color: #fff;
}

.modal-body {padding: 2px 16px;}

.modal-footerweb {
  padding-top: 5px;
  background-color: #636363;
  color: white;
}

.modal-footerweb a {
	color: white;
	text-decoration: underline;
}

.modal-backdrop {
	z-index: -10;
}

.adminservice {
    
}

.adminservice i{
    color: #909090;
    font-size: 48px;
}

.modalservicebtn {
    background-color: #636363;
    border: none;
    color: white;
    font-size: 16px;
    padding: 12px 16px;
    cursor: pointer;
}

.modalservicebtn i {
    color: white;
    font-size: 16px;
}

.modalservicebtn:hover {
    background-color: #292929;
}

.modalfotokategoriebtn {
    background-color: #636363;
    border: none;
    color: white;
    font-size: 16px;
    padding: 12px 16px;
    cursor: pointer;
}

.modalfotokategoriebtn i {
    color: white;
    font-size: 16px;
}

.modalfotokategoriebtn:hover {
    background-color: #292929;
}

.modalangebotbtn {
    background-color: #636363;
    border: none;
    color: white;
    font-size: 16px;
    padding: 12px 16px;
    cursor: pointer;
}

.modalangebotbtn i {
    color: white;
    font-size: 16px;
}

.modalangebotbtn:hover {
    background-color: #292929;
}

.modalcontactbtn {
    background-color: #9d9d9d;
    border: none;
    color: white;
    font-size: 16px;
    padding: 12px 16px;
    cursor: pointer;
}

.modalcontactbtn i {
    color: white;
    font-size: 16px;
}

.modalcontactbtn:hover {
    background-color: #292929;
}



.modalfotosbtn {
    background-color: #636363;
    border: none;
    color: white;
    font-size: 16px;
    padding: 12px 16px;
    cursor: pointer;
}

.modalfotosbtn i {
    color: white;
    font-size: 16px;
}

.modalfotosbtn:hover {
    background-color: #292929;
}

/* The Über uns Button */
.modalueberunsbtn,
.modalinfobtn {
    background-color: #636363;
    border: none;
    color: white;
    font-size: 16px;
    padding: 12px 16px;
    cursor: pointer;
}

.modalueberunsbtn i,
.modalinfobtn i {
    color: white;
    font-size: 16px;
}

.modalueberunsbtn:hover,
.modalinfobtn:hover {
    background-color: #292929;
}



.modalleitbildbtn:hover,
.modalbannerbtn:hover,
.modalqualitaetbtn:hover {
    background-color: #292929;
}



/* The Edit Baustein Button */
.modalbausteinbtn {
    background-color: #68c4cd;
    border: none;
    color: white;
    font-size: 16px;
    padding: 12px 16px;
    cursor: pointer;
}

.modalbausteinbtn i {
    color: white;
    font-size: 16px;
}

.modalbausteinbtn:hover {
    background-color: #292929;
}

/* The Edit Balken Button */
.modalbalkenbtn {
    background-color: #264051;
    border: none;
    color: white;
    font-size: 16px;
    padding: 12px 16px;
    cursor: pointer;
}

.modalbalkenbtn i {
    color: white;
    font-size: 16px;
}

.modalbalkenbtn:hover {
    background-color: #292929;
}

/* The New Termin Button */
.modalnewterminbtn,
.modaleditterminbtn {
    background-color: #264051;
    border: none;
    color: white;
    font-size: 16px;
    padding: 12px 16px;
    cursor: pointer;
}

.modalnewterminbtn i,
.modaleditterminbtn i {
    color: white;
    font-size: 16px;
}

.modalnewterminbtn:hover,
.modaleditterminbtn:hover {
    background-color: #292929;
}

/* The New Coaching Button */
.modalnewcoachingbtn,
.modaleditcoachingbtn {
    background-color: #68c4cd;
    border: none;
    color: white;
    font-size: 16px;
    padding: 12px 16px;
    cursor: pointer;
}

.modalnewcoachingbtn i,
.modaleditcoachingbtn i {
    color: white;
    font-size: 16px;
}

.modalnewcoachingbtn:hover,
.modaleditcoachingbtn:hover {
    background-color: #292929;
}

/* The New Team Button */
.modalnewteambtn,
.modaleditteambtn {
    background-color: #264051;
    border: none;
    color: white;
    font-size: 16px;
    padding: 12px 16px;
    cursor: pointer;
}

.modalnewteambtn i,
.modaleditteambtn i {
    color: white;
    font-size: 16px;
}

.modalnewteambtn:hover,
.modaleditteambtn:hover {
    background-color: #292929;
}

/* The Datenschutz Button */
.modaldatenschutzbtn,
.modaldatenschutz2btn {
    background-color: #68c4cd;
    border: none;
    color: white;
    font-size: 16px;
    padding: 0px 1px;
    cursor: pointer;
}

.modaldatenschutzbtn:hover,
.modaldatenschutz2btn:hover {
    text-decoration: underline;
}

/* The Impressum Button */
.modalimpressumbtn {
    background-color: #68c4cd;
    border: none;
    color: white;
    font-size: 16px;
    padding: 12px 16px;
    cursor: pointer;
}

.modalimpressumbtn:hover {
    text-decoration: underline;
}