/*
Theme Name: Nordmast 2018

Author: Sven Tasmuth
Author URI: https://minukola.com/
Description:
Version: 0.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags:
Text Domain: nordmast
*/

html,body{
    height: 100%
}
.main-container{
	min-height: 100%;
    position:relative;
}

.home .main-inner, .home .main-container{
	height: 100%!important;
}
.main-inner{
	padding-top:50px;
}
@media (min-width: 768px) {
	.main-inner{
	padding-top:0;
}
	
}

svg path {
    fill: #00265a;
	stroke: #00265a;
}

.svg-white svg path {
    fill: #fff;
	stroke: #fff;
}

img.svg-loading-hide{
	display:none;
} 

/*logo styles */
.animated-logo-container {
	padding:1em;
}
.animated-logo-container .animated-inner{
	position:relative;
}
.animated-logo-container .animated-flag{
	position:absolute;
	overflow-x:hidden;
	top:7%;
	left:46.5%;
	width:22%;
	height:35%;
}
.animated-logo-container .animated-flag-inner{
background: url(assets/logo_only_flag.svg) repeat-x;
height:98%;
width:195%;
background-size: 50% 100%;
-webkit-animation: mymove 5s infinite; /* Safari 4.0 - 8.0 */
    animation: mymove 5s infinite;
    animation-timing-function: linear;
}

@keyframes mymove {
    0%   {transform: translate(0, 0);}
    100% {transform: translate(-50%, 0);}
}


/* header styles */
.cover-container {
	background-size:cover;
	background-position: 50% 50%;
	
}
/*
.home .cover-container{
	box-shadow: inset 0 -2em 2em -2em #00265a;
}
*/
h1.main-slogan{
	color:#ffffff;
	padding:1em;
	text-transform:uppercase;
}
.home .logo-container{
	margin-left:auto;
	margin-right:auto;
}
@media (min-width: 576px)  { 
	.logo-container{
		width:40%;
	}
	.home .logo-container{
		width:66.7%;
	}
}
@media (min-width: 768px) {
	
	.logo-container{
		width:25%;
	}
	.home .logo-container{
		width:50%;
	}
}
.language-switcher-container{
	float:right;
	position:relative;
	height:0;
	width: 0;
}
.language-switcher-inner{
	width:100px;
	right:0;
	position:absolute;
}
.language-switcher{
	list-style:none;
	margin:0;
	padding:0;
}
.language-switcher li{
	display:inline-block;
	padding:0 0 0 10px;
	margin:0;
	width:50%;
	float:left;
}
.language-switcher li a{
display:inline-block;
	width:100%;
	height:100%;
}
.language-switcher li img{
	width:100%;
	height:100%;
}
@media (min-width: 576px)  { 
	.language-switcher-inner{
		width:70px;
		
	}
}


/* navbar styles */

.navbar{
	background-color: rgba(255, 255, 255, .5);
	-webkit-transition: background-color 700ms ease-out;
    -ms-transition: background-color 700ms ease-out;
    transition: background-color 700ms ease-out;
	
}

.navbar:hover{
	background-color: rgba(255, 255, 255, .9);
}

.navbar .navbar-nav {
    margin-left:auto;
	margin-right:auto;
}

.navbar .navbar-collapse {
    text-align: center;
}

.navbar.fixed-top{
	background-color: rgba(255, 255, 255, 1);
	box-shadow: 0 5px 30px rgba(0, 0, 0, .1);
}

.navbar .navbar-brand{
	position:relative;
}

.navbar-light .navbar-nav .nav-link {
	color: #212529;
}

.navbar .logo-container{
	position: absolute;
	height:0;
	width:106px;
	top:-15px;
	overflow:hidden;
	background-size:cover;
	background-position: center;
	background-repeat: no-repeat;

}

.navbar.fixed-top .logo-container{
	
	height:40px;
	
	-webkit-transition: height 0ms linear;
    -ms-transition: height 0ms linear;
    transition: height 0ms linear;
	
}
.navbar .logo-container svg{
	height:100%;
	width:100%;
}

/* footer styles */

footer {
    background-color: #00265a;
    padding:5em 0 2em 0;
    color:#fff;
    font-size: 0.9em;
	position: absolute;
	bottom:0;
	left:0;
	right:0;
}
.home footer{
	position: relative;
}
footer h5 {
    color: #ff980c;
    font-size:0.8em;
    text-transform: uppercase;
}
footer ul{
	padding-bottom:1em;
}
footer ul a{
	color:#fff;
	text-decoration:none;
}
footer ul a:hover{
	color:#fff;
	text-decoration:none;
}
footer ul a:active{
	color:#fff;
	text-decoration:none;
}
footer ul.contact {
    list-style: none;
    margin:0;
    padding-left:1em;
}
footer ul.contact i{
    width:1em;
    text-align: center;
    margin-right:0.5em;
}
footer .copyright{
    color:#ccc;
    font-size:0.7em;
}
footer .footer-logo{
	width:80%;
}
footer .footer-logo svg{
	width:80%;
	height:auto;
}


/* page content styles */

.page-content {
	padding-top:2em;
	padding-bottom:4em;
}
.page-content .title-row h1 {
	padding-bottom:1em;
	color: #00265a;
	font-size:3em;
}

.page-content h1, .page-content h2, .page-content h3, .page-content h4, .page-content h5, .page-content h6 {
	color: #00265a;
}

.content-inner{
	display:block;
	width: 100%;
	overflow: hidden;
}

.content-inner hr{
	border: 0;
    height: 1px;
    background: #00265a;
}

.content-inner a{

	background-size: 1px 1em;
  box-shadow:
    inset 0 -0.175em white,
    inset 0 -0.2em #00265a;
  display: inline;
}
.content-inner a:hover{
	text-decoration:none;
}


.content-inner .alignleft {
	display: inline;
	float: left;
	margin-right:1em;
}

.content-inner .alignright {
	display: inline;
	float: right;
	margin-left:1em;
}

.content-inner .aligncenter {
	display: block;
	margin-right: auto;
	margin-left: auto;
	margin-right:1em;
	margin-left:1em;
}

.content-inner blockquote{
	border-left: 7px solid #00265a;
	background: #ebebeb;
	margin: 0;
	padding: 2em;
	position: relative;
}


