/* un-reset ul's */

h1, h2, h3, h4, h5 {
    margin-top: 1em;
}

ul, ol {
    list-style: circle;
    margin-left: 1em;
}

blockquote {
    font-style: italic;
}

blockquote p {
    font-style: italic;
    margin-bottom: 0px;
}

blockquote:last-child, blockquote p:last-child {
    font-style: normal;
}

.logo {
    width: 100px;
    padding-top: 50px;
}

.button {
    margin-top: 4px;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
}

img.page-25 {
    max-width: 25% !important;
    border-radius: 9px;
    display: block;
    height: auto;
	  display: block;
    margin-left: auto;
    margin-right: auto;
}

img.page-50 {
    max-width: 50% !important;
    border-radius: 9px;
    display: block;
    height: auto !important;
	  display: block;
    margin-left: auto;
    margin-right: auto;
}

img.page-75 {
  max-width: 75% !important;
  border-radius: 9px;
  display: block;
  height: auto;
  display: block;
  margin-left: auto;
  margin-right: auto;
}


img.page {
	max-width: 100% !important;
    border-radius: 9px;
    display: block;
    height: auto ;
	min-height: auto;
    margin-left: auto;
    margin-right: auto;
}

.alert {
    display: block;
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
}

.alert-dark {
    color: #1b1e21;
    background-color: #d6d8d9;
    border-color: #c6c8ca;
}

.alert-danger {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
}

.alert-info {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1;
}

.alert-serious {
    color: #16323f;
    background-color: #1fb0f9;
    border-color: #bce8f1;
}

.alert-warning {
    color: #856404;
    background-color: #fff3cd;
    border-color: #ffeeba;  
}

.alert-discount {
    color: hsl(45, 85%, 73%);
    background-color: #fff3cd;
    border-color: #ffeeba;  
}


.alert-success {
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb;
}

.alert-bold {
    font-weight: bold;
}

.call-to-action-kursus {
    padding: 1em;
    border: 1px solid transparent;
    border-color:#31708f;
    border-radius: 4px;
    background-color: azure;
    color: #111111;
}

/* fra bootstrap-variables: 
$primary og $secondary

*/

.overlay-primary {
    background-blend-mode: overlay;
    background-color: #015b69;
}

.overlay-secondary {
    background-blend-mode: overlay;
    background-color: #018396;
}

.button-block {
    display: block;
    text-align: center;
}

img.blowup {
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
    
img.blowup:hover {
    -webkit-transform: scale(2);
    -moz-transform: scale(2);
    -o-transform: scale(2);
    -ms-transform: scale(2);
}

.videoWrapper-50 {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
    margin-bottom: -3em;
    height: 0;
}

.videoWrapper-50 iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 75%;
	height: 75%;
    border-radius: 8px;    
}

.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}

.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
    border-radius: 8px;    
}


.mapWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}

.mapWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
    width: 100%;
	height: 100%;
    border-radius: 8px; 
    border-style: none;   
}

a.important {
    font-weight: bold;
}

.meditation  {
    border-left-style: dotted;
    margin-left: 1em;
    padding-left: 1em;
    margin-right: 2em;
    font-size: 110%;
    line-height: 1.5em;    
}

.page-work-single .content > p:first-of-type {
    font-size: inherit;
    line-height: inherit;
    margin-bottom: inherit;
    font-weight: inherit;
}

.hero-section {
    background-color: white;
    border-radius: 4px;
    padding: 2px;
}

/*
.page-work-single .content > p:first-of-type {
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 40px;
    font-weight: 300;
}
*/

figure {
    margin-top: 1em;
}
