/* ppvm CSS */
/* Farben 

pp-blue     	#003060 // 0,48,96 (9,42,96)
pp-bluegreen	#00a0a0	// 0,160,160
pp-blurgrey		#46698c	// 70,105,140 (71,105,140)

white			#ffffff	77 255,255,255

darkest grey  #3a3a3a //
dark grey     #5a5a5a // 132,132,132 
mid grey      #9a9a9a // 154,154,154 
              #bababa // 186,186,186 
light grey    #e0e0e0 // 224,224,224 
*/

/* --- Auflösung / Medium --*/
@media (min-width: 10px) {
  .sm-brand {
    display: inherit;
  }

	.navbar-nav {
		background-color: rgba(255, 255, 255, 0.8);	
	}

	.navmen-name {
    display: none;
  }
}

@media (min-width: 575px) {
  .sm-brand {
    display: none;
  }
	/* HamMen hovered Link Farbe */
  .navbar-nav {
    background: rgba(0, 0, 0, 0.0);
     !important;
  }
}
@media (min-width: 650px) {
	.navmen-name {
		display: inherit;
	}	
}
@media (max-width: 575px) {
  .navbar-brand {
    display: none;
  }
}

/*--- std. HTML ---*/
body {
  font-family: 'Arial', sans-serif;
}
h1 {
  color: #003060;
  font-weight: 700;
  padding: 375px 0 20px 0;
	text-align: center;
}
h2 {
  color: #003060;
  font-weight: 700;
  padding: 20px 0 20px 0;
	text-align: center;	
}
h3,
h4,
h6 {
  color: #003060;
  font-weight: 400;
  margin: 0 0 20px 0;
  padding: 0;
}
p {  
	color: #003060;
}
/*--- Navigation ---*/
.navbar {
  background-color: rgba(255, 255, 255, 0.65);
  height: 70px;
}

.navbar-brand {
  margin-top: 5px;
}

.navbar-light .navbar-nav .nav-link {
  color: #003060;
  font-weight: 600;
}

/* active oder hovered Link Farbe */
.navbar-light .nav-item.active .nav-link,
.navbar-light .nav-item:focus .nav-link,
.navbar-light .nav-item:hover .nav-link {
  color: #00a0a0;
}

.nav-link {
  padding-left: 10px;
}

.navmen-name {
	color: #003060;
	font-weight: 700;
	text-align: center;
}

.navbar-toggler {
}

/*--- Navbar Logo ---*/
#Logo {
  transition: all 0.3s;
}

.largeLogo {
  width: 124px;
  padding-top: 100px;
}

.smallLogo {
  width: 50px;
}

/*--- Sektionen ---*/
#home {
	background-image: url(../img/px-sea-2564085-1920x1000-12min.jpg) ;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	height: 900px; 
}

#ppvm {
  color: #003060;
  background-color: #ffffff;
  padding: 90px 0;
  min-height: 300px;
}

#portfolio {
  padding: 90px 0;
  text-align: left;
  background-color: #00a0a0; 
}

#contact {
  background-color: #ffffff;
  padding: 60px 0px 40px 0px;
}

#a-map {
  background-color: #46698c;
}
/*--- Home - Sektion  ---*/

/*--- ppvm - Sektion  ---*/
.flex-item {
  margin: 20px 20px 20px 20px;
  color: #003060;
}

.round-img {
  width: 220px;
  width: 220px;
  border: 3px solid #00a0a0;
  border-radius: 100%;
}

/*--- Portfolio - Sektion  ---*/
li {
	color: #ffffff;
}

/*--- Contact Section --- */
#contact .contact-info {
  margin-bottom: 20px;
  text-align: center;
}

#contact .contact-info i {
  font-size: 48px;
  display: inline-block;
  margin-bottom: 10px;
  color: #003060;
}

#contact .contact-info p {
  margin-bottom: 0;
  color: #003060;
}

#contact .contact-info h3 {
  font-size: 18px;
  margin-bottom: 15px;
  font-weight: bold;
  text-transform: uppercase;
  color: #00a0a0;
}

#contact .contact-open p {
  text-align: left;
}

#contact .contact-info a {
  color: #003060;
}

#contact .contact-info a:hover {
  color: #00a0a0;
  text-decoration: none;
}

#contact .contact-ppvm,
#contact .contact-phone,
#contact .contact-email {
	color: #003060;
  margin-bottom: 20px;
}

#contact .form #sendmessage {
  color: #18d26e;
  border: 1px solid #18d26e;
  display: none;
  text-align: center;
  padding: 15px;
  font-weight: 600;
  margin-bottom: 15px;
}

#contact .form #errormessage {
  color: red;
  display: none;
  border: 1px solid red;
  text-align: center;
  padding: 15px;
  font-weight: 600;
  margin-bottom: 15px;
}

#contact .form #sendmessage.show,
#contact .form #errormessage.show,
#contact .form .show {
  display: block;
}

#contact .form .validation {
  color: red;
  display: none;
  margin: 0 0 20px;
  font-weight: 400;
  font-size: 13px;
}

#contact .form input,
#contact .form textarea {
  color: #003060;
  padding: 10px 14px;
  border-radius: 0;
  box-shadow: none;
  font-size: 15px;
}

#contact .form button[type="submit"] {
  background: #003060;
  border: 0;
  padding: 10px 30px;
  border-radius: 25px;
  color: white;
  transition: 0.4s;
  cursor: pointer;
}

#contact .form button[type="submit"]:hover {
  background: #00a0a0;
}

#contact .contact-open td {
	border: 0px;
	color: #003060;
	font-weight: 700;
	text-align: left;
}

/*--- Preise ---*/
table {
}

tr {
	width: 100%;
}

td {
	border: 2px solid #00a0a0;
	padding: 3px 3px 3px 3px;
	font-size: 12px;
}
/*--- Footer ---*/
#footer {
  background: #003060;
  padding: 0 0 30px 0;
  color: #fff;
  font-size: 14px;
}

#footer .copyright {
  text-align: center;
  padding-top: 20px;
}

#footer .legal {
  text-align: center;
	font-weight: 700;
  color: #ddd;
}

#footer .legal a:link,
#footer .legal a:visited {
  text-decoration: none;
  color: white;
}

#footer a.legal:hover {
  text-decoration: none;
  color: #00a0a0;
}


/*--- it-link ---*/
.itl {
  text-align: center;
  font-size: 13px;
}

.itl:link {
  color: #ffffff;
  font-weight: 700;
}

.itl:active {
  color: #ff0000;
}

a.itl span {
  display: none;
}

a.itl:hover, a.itl:visited {
	text-decoration: none;
	color:   #ffffff;
}

a.itl:hover span {
  display: inline;
  position: fixed;
  left: 50%;
  padding-left: 135px;
  bottom: 25px;
  z-index: 1000;
}

/*--- Modal ---*/
h5 {
  color: #00a0a0;
}

.modal-dialog {
  margin-top: 75px;
  max-width: 85%;
}

.modal-content {
  color: #003060;
  background-color: rgba(255, 255, 255, .88) !important;
  border: 2px solid #00a0a0;
}

.modal-header {
  margin: 55px;
  color: #9a9a9a;
  border-bottom: 0px;
}

.modal-body {
  margin: 0px 55px 55px 55px;
}

.modal-body li {
  color: #003060;
}

.close {
  color: #003060;
  font-size: 32px;
  font-weight: normal;
  line-height: 0.5rem;
  opacity: 1;
}

.close:hover {
  color: #00a0a0;
  text-decoration: none;
}

button.close {
  border: 2px solid #00a0a0;
  cursor: pointer;
  height: 54px;
  width: 54px;
  border-radius: 27px;
}

button.close:hover {
  border: 2px solid #00a0a0;
  text-shadow: none;
}

/*--- Cookies ---*/
.cookiealert {
	font-size: 12px;
  position: fixed;
  /* bottom: 0; */
  top: 10px;
  left: 0;
  width: 100%;
  margin: 0 !important;
  z-index: 1000000;
  opacity: 0;
  border-radius: 0;
  transform: translateY(100%);
  /* transition: all 500ms ease-out; */
  color: #ffffff;
    background-color: rgba(70, 105, 140, .99) !important;
}

.cookiealert.show {
  opacity: 1;
  transform: translateY(0%);
  transition-delay: 1000ms;
}

.cookiealert a {
  color: #ffffff;
  text-decoration: none;
}

.cookiealert .acceptcookies {
  margin-left: 20px;
  vertical-align: baseline;
}

.cookiealert button {
  background-color: rgba(0, 48, 96, .7) !important;
  border-color: #ffffff;
}

.cookiealert button:hover {
  background-color: rgba(0, 48, 96, .5) !important; 
  color: #00a0a0;
  border-color: #00a0a0;
}
