@charset "utf-8";

/* CSS Document */

*,
 ::after,
 ::before {
    box-sizing: border-box;
    margin: 0;
    right: 0;
}

*{
	font-family: acumin-pro, sans-serif;

font-weight: 400;

font-style: normal;
}

a
{
	color: #FFF;
	font-weight: 550;
}

footer a
{
	color: #000;
	font-weight: 550;
}

/*HEADER*/

header {
    background: /*#90CDFF  #6498C8*/ #4C8BB3 ;
    font-size: 18px;
    font-weight: bolder;
    text-align: center;
}

header p {
    padding-top: 7px;
    padding-bottom: 7px;
}


.brand-start{
	width: 65%; 
	margin-top: 45%;
	transform: translateY(-50%);
}

/*OPENER*/

.opener {
    margin-top: 30px;
    background-color: #90CDFF;
    border: 0px solid #fff;
    padding-top: 100px;
    padding-bottom: 100px;
	justify-content: center;
	vertical-align: middle;
}

.right-image {
    width: 75%;
	position: absolute;
}

.right-opener {
    text-align: center;
    background-color: #90CDFF;
	vertical-align: middle;
	justify-content: center;
    /*border: 0px solid #fff;
	border-bottom-right-radius: 50%;	
	border-top-right-radius: 50%;*/
}

.left-opener {
    /*background-color: #90CDFF;
	margin: 0;
	position: relative;
	color: #FFF;*/
    display: flex;
    align-items: center;
    justify-content: center!important;
}

.left-opener a{
	color: #FFF;
}

hr{
	color: #FFF;
	border-bottom-color: #FFF;
	border-bottom: solid 2px;
}

.left-content {
    color: #FFF;
    margin: 0;
    justify-content: center!important;
}

p {
    font-size: 18px;
}

li {
  font-size: 18px;
}

.text-just
{
	text-align: justify;
}

header a{
	color: #2C4961;
}

.outer {
    width: 30px;
    height: 60px;
    z-index: 999;
    border-style: solid;
    border-width: 2px;
    border-color: #2C4961;
    border-radius: 90px;
    margin-left: 50%;
    margin-top: 50px;
    margin-bottom: 250px;
    transform: translateX(-50%);
}

.inner {
    width: 10px;
    height: 10px;
    z-index: 999;
    border-style: solid;
    border-width: 5px;
    border-color: #2C4961;
    border-radius: 90px;
    margin: auto;
    animation-name: inner;
    animation-duration: 2s;
    animation-iteration-count: infinite;
}

@keyframes inner {
    from {
        margin-top: 3px;
    }
    to {
        margin-top: 40px;
    }
}

@media only screen and (max-width: 767px) {
    /*.right-opener{
	text-align: center;
	justify-content: center;
	background-color: #90CDFF;
	border: 0px solid #fff;
	border-bottom-right-radius: 50%;	
	border-bottom-left-radius: 50%;
			
	border-top-right-radius: 0%;
	padding-top: 150px;
	padding-bottom: 150px;
	}*/
    .right-image  {
        margin-top: 50px;
		height: 220px;
    }
    .right-image {
        margin-top: 50px;
        width: 60%;
    }
   /* .opener {
        background-color: #90CDFF;
        border: 0px solid #fff;
        border-bottom-right-radius: 300px;
        border-bottom-left-radius: 300px;
        border-top-right-radius: 0px;
        padding-top: 10px;
        margin-top: -50PX;
        padding-bottom: 150px;
    }*/
    .nav-link {
        padding-top: 15px;
        text-align: center;
    }
	
	.img-right{
		padding-bottom: 200px;
		margin-bottom: 100px;
	}
	
	.start-text
	{
		font-size: 16px
	}
	
}

.contact-form {
    background-color: #2C4961;
    color: #FFF;
    border: 0px solid #fff;
    border-radius: 50px;
    padding: 50px;
}

.send_button {
    background-color: #2C4961!important;
	color: #FFF;
    border: 2px solid #FFF;
    border-radius: 50px;
    padding-left: 25px;
    padding-right: 25px;
    margin-top: 25px;
}

.form-control, .form-control:focus{
	color: #FFF;
    background-color: #2C4961;
    border: 0px;
    border-bottom: 2px solid #FFF;
	box-shadow: none;
}

input::placeholder {
    color: #FFF;
}

.form-control::placeholder {
    color: #FFF;
}

.active {
   /* content: "";
    position: absolute;
    right: 23.5rem;
    height: 0.8rem;
    top: 1.9rem;
    background: #90CDFF;
    width: 2.6rem;
    z-index: -1;
	background-color: rgba(255,255,255,0.00);*/
	
	background-image: linear-gradient(to right, #90CDFF 0%, #90CDFF 100%);
  	background-repeat: no-repeat;
  	background-position-y: 75%;
	background-position-x: 50%;
  	background-size: 75% 10px;
}


.navbar {
	background-color: #FFF!important;
}

.right-image{
	width: 85%;
	height: 60%;
	border: solid 0px #FFF;
	border-radius: 50px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	padding-bottom: 150px;
	margin-bottom: 150px;
	transform: translateY(-50%);
	top: 50%;
}

/*accordeon*/


.accordeon .tab {
  position: relative;
  margin-bottom: 1px;
  width: 100%;
  overflow: hidden;
  /* :checked */
}

.accordeon .tab label {
  border: solid 0px #000;
  width: 100%;
  cursor: pointer;
  transition: background-color 0.2s ease-in-out;
  margin: 15px 0 0;
  /* Icon */
}

.accordeon .tab label h3 {
  line-height: 40px;
  font-size: 25px;
  padding: 0px calc(40px + 5px) 0 15px;
  margin: 0px;
  text-align: left;
}

.accordeon .tab label::before {
  content: "+";
  position: absolute;
  right: 0;
  top: 16px;
  display: block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-size: 25px;
  text-align: center;
  -webkit-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
}

.accordeon .tab input[type=radio] {
  display: none;
  position: absolute;
}

.accordeon .tab .tab-content {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height 0.5s;
  -o-transition: max-height 0.5s;
  transition: max-height 0.5s;
  background-color: #2C4961;
}

.accordeon .tab .tab-content p {
  margin: 1em;
	text-align: justify;
}

.accordeon .tab input[type=radio]:checked ~ .tab-content {
  max-height: 500vh;  
}

.accordeon .tab input[type=radio]:checked + label {
  background-color: #2C4961;
}

.accordeon .tab input[type=radio]:checked + label::before {
  transform: rotate(45deg);
}


/*TEAM*/
.team-header h3{
	text-align: center!important;
}

.team {
	padding-top: 50px;
	padding-bottom: 50px;
}

.team{
	justify-content: center;
	text-align: center;
	color: #FFF;
}

.team a{
	color: #fff;
}

.team img{
	border: solif 0px #FFF;
	border-radius: 50px;
	width: 200px;
	
}

.accordeon-team .tab {
  position: relative;
  margin-bottom: 1px;
  width: 100%;
  overflow: hidden;
  /* :checked */
}

.accordeon-team .tab label {
  border: solid 0px #000;
  width: 100%;
  cursor: pointer;
  transition: background-color 0.2s ease-in-out;
  margin: 15px 0 0;
  /* Icon */
}

.accordeon-team .tab label h3 {
  line-height: 40px;
  font-size: 25px;
  padding: 0px calc(40px + 5px) 0 15px;
  margin: 0px;
  text-align: center;
}



.accordeon-team .tab input[type=radio] {
  display: none;
  position: absolute;
}

.accordeon-team .tab .tab-content {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height 0.5s;
  -o-transition: max-height 0.5s;
  transition: max-height 0.5s;
  background-color: #2C4961; 
}

.accordeon-team .tab .tab-content p {
  margin: 1em;
}

.accordeon-team .tab input[type=radio]:checked ~ .tab-content {
  max-height: 500vh;
}

.accordeon-team .tab input[type=radio]:checked + label {
  background-color: #2C4961;
}

.accordeon .tab input[type=radio]:checked + label::before {
  accordeon-team: rotate(45deg);
}

.vertical-center{
	top: 100%;
}

.lb{
	background-color: #628daf;
}

.db
{
	background-color: #2C4961;
}

.p-w{
	color: #FFF;
}

.p-bottom{
	position: relative;
	top: 75%;
}



.m-b-t{
	/*margin-top: 50px;*/
	margin-bottom: 50px;
}


@media only screen and (max-width: 767px) {
.m-b-t{
	margin-top: 0px;
	margin-bottom: 50px;
}
	
	.p-bottom{
	
	position: relative;
	top: 0%;
}
	
	.outer {
    width: 30px;
    height: 60px;
    z-index: 999;
    border-style: solid;
    border-width: 2px;
    border-color: #2C4961;
    border-radius: 90px;
    margin-left: 50%;
    transform: translateX(-50%);
}
	
	
	.start-text
	{
		font-size: 15px!important;
	}
}

#cookie
{
	width: 100vw;
	position: fixed;
	bottom: 0;
	z-index: 9999;
}

.shadow
{
	box-shadow: 2px 2px 2px 1px rgba(0, 0, 0, 0.2);
}

.shadow-top
{
	box-shadow: 2px -2px 2px 1px rgba(0, 0, 0, 0.2);
}

.m-50
{
	margin-top: 50px;
}

#corona:hover
{
	color: #FFF;
}


.modal-body, .modal-header
{
	background-color: #2C4961;
	color: #FFF;
}

@media only screen and (max-width: 767px) {
	.text-justify, p{
		text-align: left!important;
		font-size: 14px;
	}	
	
	.accordeon .tab label h3 {
	  line-height: 20px;
	  font-size: 15px;
	  padding: 10px calc(40px + 5px) 0 15px;
	  margin: 0px;
	  text-align: left;
	}
	
	
	.news-head
	{
		text-align: center!important;
	}
	
	.text-right{
		text-align: center!important;
	}
	
	.right-image{
		width: 100%;
	}
	
	h1{
		font-size: 1.3em;
	}
}

td, th{
	border: 0px solid #FFF;
	padding: 5px;
}

.date{
	width: 25%;
}
