/* CSS Document */

/* - rgb( 45, 71, 130) */ 

body
{
    font-family: "Open Sans";
	background-color: #f7f7f7;
}

/* - */

h1, h2, h3, h4
{
    font-family: "Spartan";
	color: 	 #0066cc;
	font-weight: 200;
}

p
{
    color: #222;
    line-height: 24px;
}

a
{
	color: 	 #0066cc;
	text-decoration: none;
}

h2
{
	display: grid;
	align-content: center;
}

h2 span
{
	color: #979797;
	align-self: center;
	grid-column: 2;
	margin-left: 16px;
}


.img
{
	max-width: 100%;
    align-self: center;
    justify-self: center;
}

.sec
{
	padding: 64px 0;
}

.simple
{
	align-self: center;
	justify-self: start;
}

.shadow-top
{
    background-image: url( "../img/shadow.png" );
    background-position: top center;
    background-repeat: no-repeat;
}

/* - */

.heading
{
    justify-content: start;
    border-bottom: solid 1px #ccc;
    padding-bottom: 32px;
    margin-bottom: 8px;
}

.heading h1
{
    justify-self: start;
    font-size: 32px;
}

.heading h3
{
    justify-self: start;
    color: #666;
}

/* - */

.heading-2
{
    justify-content: center;
    margin-bottom: 16px;
    border-bottom: solid 1px #ccc;
    padding-bottom: 32px;
}

.heading-2 h1
{
    justify-self: center;
    font-size: 32px;
}

.heading-2 h3
{
    justify-self: center;
    color: #666;
}

/* - */

.hide
{
    display: none!important;
}

/* - */

.sec-3
{
    background-color: #2b2b2b;
    padding: 64px 0;
}

.sec-3 h1, .sec-3 h2, .sec-3 h3, .sec-3 h4, .sec-3 h5
{
    color: #D9D8D1;
}

.sec-3 p, .sec-3 a
{
    color: #fff;
}

.sec-2
{
    background-color: #fff;
    padding: 64px 0;
}          

/* - */

.list
{
    display: grid;
    align-content: center;
}

.list p
{
    align-content: center;
    display: grid;
    grid-template-columns: max-content auto;
}

.list p:before
{
    font-family: FontAwesome;
    color: rgb( 176, 200, 226);
    align-self: start;
   	content: "\f105";
    margin-right: 8px;
    font-size: 16px;
	border-right: solid 2px;
	padding-right: 8px;
}

/* - */

#map-container
{
    display: grid;
    align-content: center;
    width: 100%;
    overflow: hidden;
    height: 256px;
}

#map-container iframe
{
    grid-row: 1;
    grid-column: 1;
    z-index: 1;
}

#map-cover
{
    grid-row: 1;
    grid-column: 1;
    z-index: 2;
    width: 100%;
    height: 100%;
    align-self: center;
    justify-self: center;
    background-color: rgba( 0,0,0,0.1);
}

@media( min-width:768px )
{
    #map-container
    {
        height: 450px;
    }
}


.custom span
{
	color: rgb( 45, 71, 130);
	font-size: 22px;
}

.line
{
	border-bottom: 2px solid rgb( 176, 200, 226);
	padding-bottom: 8px;
}

.stack
{
	align-content: start;
}

.dashed
{
    border-bottom: 1px #555 dashed;
    padding-bottom: 32px;
}

.fade
{
    background: linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 25%, rgba(235,235,235,1) 100%); 
}

.p-0
{
    padding: 0;
}



.container
{
  margin: 0 auto;
  display: grid;
  grid-gap: 20px;
  box-sizing: border-box;
  padding:20px;
}

.container .box
{
  position: relative;
  padding:80px 40px 40px;
  transition:0.5s;
  text-align: center;
  background:#fff;
  border-radius:10px;
}

.container .box:hover
{
  background-color: rgb( 176, 200, 226);
}

.container .box p
{
  margin:0;
  padding:0;
  transition:0.5s;

}

.container .box h4
{
  margin:20px 0 0;
  padding:0;
  transition:0.5s;
  font-size:18px;
  color:rgb( 176, 200, 226);
  font-weight:700;
  line-height: 20px;
  text-transform: uppercase;
}

.container .box h4 span
{
  font-weight: :600;
  font-size: 14px;
  color: #c5c5c5;
  transition: 0.5s;
}

.container .box:hover p,
.container .box:hover h4,
.container .box:hover h4 span
{
  color:#fff;
}

.container .box .imgBox
{
  position:absolute;
  top: -60px;
  left: 50%;
  transform: translate(-50%);
  width: 120px;
  height: 120px;
  border-radius:50%;
  overflow: hidden;

}

.container .box:before
{
  content: '';
  position: absolute;
  top: 20px;
  right: 20px;
  width: 80px;
  height: 80px;
  background: url(http://i448.photobucket.com/albums/qq208/concept_bucket/quotes.png?t=1543125720);
  background-size: cover;
  opacity: 0.02;
  pointer-events: none;
  transition: 0.5s;
}

.container .box:hover:before
{
  transform: translateY(-60px);
  opacity: 1;
}

.container .box:after
{
  content:'';
  position: absolute;
  bottom:20px;
  left: 20px;
  width: 80px;
  height: 80px;
  background: url(http://i448.photobucket.com/albums/qq208/concept_bucket/quotes.png?t=1543125720);
  background-size: cover;
  opacity: 0.02;
  pointer-events: none;
  transition: 0.5s;
  transform: rotate(180deg) translateY(0px);
}

.container .box:hover:after
{
  transform: rotate(180deg) translateY(-60px);
  opacity: 1;
}

table th,
table td{
  text-align: left;
}
table.layout{
  width: 100%;
  border-collapse: collapse;
}
table.display{
  margin: 1em 0;
}
table.display th,
table.display td{
  border: 1px solid #bbb;
  padding: .5em 1em;
}

table.display th{ background: rgb( 176, 200, 226); }
table.display td{ background: #fff; }

table.responsive-table{
box-shadow: none;  
}

@media (max-width: 30em){
    table.responsive-table{
      box-shadow: none;  
    }
    table.responsive-table thead{
      display: none; 
    }
  table.display th,
  table.display td{
    padding: .5em;
  }
    
  table.responsive-table td:nth-child(1):before{
    content: 'Number';
  }
  table.responsive-table td:nth-child(2):before{
    content: 'Name';
  }
  table.responsive-table td:nth-child(1),
  table.responsive-table td:nth-child(2){
    padding-left: 25%;
  }
  table.responsive-table td:nth-child(1):before,
  table.responsive-table td:nth-child(2):before{
    position: absolute;
    left: .5em;
    font-weight: bold;
  }
  
    table.responsive-table tr,
    table.responsive-table td{
        display: block;
    }
    table.responsive-table tr{
        position: relative;
        margin-bottom: 1em;
    box-shadow: 0 1px 10px rgba(0, 0, 0, 0.2);
    }
    table.responsive-table td{
        border-top: none;
    }
    table.responsive-table td.organisationnumber{
        background: #D5E0CC;
        border-top: 1px solid #B3BFAA;
    }
    table.responsive-table td.actions{
        position: absolute;
        top: 0;
        right: 0;
        border: none;
        background: none;
    }
}
