@charset "utf-8";
/* Islandpferdefreunde Nordwind e.V.

 * @author      Nadine Kiehr
 * @link        http://
 * @email       nadine@kiehr.de
 * @copyright   
 * Stand		01.10.2015
 * Version		1.0.0

Farbschema
***********************************************
rot: 	#be0027		rgba(190,0,39,1)
blau: 	#3a59a1		rgba(58,89,161,1)
grau: 	#dedede		rgba(222,222,222,1)
*********************************************** */

/* GLOBALS
********************************************************* */
* {
	margin: 0;
	padding: 0;
	list-style: none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
body {
	font-size: 16px;
	color: #000000;
	font-family: Arial, sans-serif;
	line-height: 1.5em;
	height: 100%;
}
/* TRENNER */
hr {
	margin-top: 30px;
    margin-bottom: 30px;
}

/* ÜBERSCHRIFTEN */
h1 {
	margin-top: 0;
    margin-bottom: 0;
}
h2 {
	color: #be0027;
	font-size: 1.5em;
	line-height: 1.4em;
	margin-top: 1em;
    margin-bottom: .8em;
}
h3 {
	font-size: 16px;
	font-weight: bold;
	line-height: 1.5em;
}
h4 {}

/* ABSÄTZE */
p {
	margin: 0 0 1em;
}
address {}

/* BILDER */
.img-thumbnail {
    margin-bottom: 1.5em;
    margin-top: .5em;
}
li.galerie-img {
    margin: 0 5px;
    display: inline;
}

/* BUTTONS/LINKS */
a {
	color: #3a59a1;
	transition: 1s ease;
}
a:hover {
	color: #be0027;
	transition: 1s ease;
	text-decoration: none;
	opacity: .7;
}
a.active, a:focus {
	color: #be0027;
	text-decoration: none;
}
a.btn-primary,
a.btn-primary:hover,
a.btn-primary:focus {
    color: #ffffff;
    background-color: #be0027;
    border-color: #be0027;
    margin-right: 10px;
}

/* Listen */
ul.num-liste li {
	display: inline-block;
	margin: 0em 0em 1.5em;
	vertical-align: top;
	width: 100%;
}
ul.bildergalerie {
	margin-bottom: 0;
}
ul.bildergalerie_abstand {
    margin-top: 2em;
}

/* LAYOUT
*********************************************************
********************************************************* */
/* HEADER
********************************************************* */
#site-header {
	background: #3a59a1 url(../images/nw-bg-image-xs.jpg) no-repeat;
	background-size: cover;
	text-align: center;
	}

/* NAVIGATION SMARTPHONE */
#site-nav-xs.navbar {
    margin-bottom: 0px;
}
#site-nav-xs.navbar-default {
    background-color: transparent;
    border: 0px;
}
#site-nav-xs.navbar-default .navbar-toggle {
    border: 0px;
}
#site-nav-xs.navbar-default .navbar-toggle:hover, #site-nav-xs.navbar-default .navbar-toggle:focus {
    background-color: #ffffff;
}
#site-nav-xs.navbar-default .navbar-toggle .icon-bar {
    background-color: #3a59a1;
}
#site-nav-xs.navbar-default .navbar-collapse, #site-nav-xs.navbar-default .navbar-form {
    border-color: #ffffff;
    background-color: rgba(255,255,255,.5);
	margin-bottom: 1em;
}
#site-nav-xs.navbar-default .navbar-nav > li > a {
    color: #3a59a1;
	text-transform: uppercase;
}
#site-nav-xs.navbar-default .navbar-nav > li > a:hover {
    color: #be0027;
}
#site-nav-xs.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, #site-nav-xs.navbar-default .navbar-nav > .active > a:focus {
    color: #be0027;
    background-color: #ffffff;
}

/* LOGO */
img#logo-nordwind {
    margin-bottom: 1em;
	margin-left: auto;
    margin-right: auto;
}
a.logolink img {
	transition: 1s ease;
}
a.logolink:hover img {
    opacity: .7;
	transition: 1s ease;
}

/* SECTION
********************************************************* */
#main-content {
	text-align: center;
	border-top: 3px solid #be0027;
    margin-top: 3px;
	margin-bottom: 2em;
}

/* FOOTER
********************************************************* */
/* FOOTER 1 */
#site-footer-1:before {
	height: 9px;
	width: 100%;
	background: url(../images/kreuzkachel_rw.gif) repeat-x;
}
#site-footer-1 {
	background-color: rgba(222,222,222,1);
	text-align: center;
	border-bottom: 3px solid rgba(255,255,255,1);
	margin-top: 1em;
	}
#site-footer-1.container {
	padding-left: 0px;
	padding-right: 0px;
}
#site-footer-1 ul {
	margin-bottom: 1em;
    margin-top: 1.2em;
}
#site-footer-1 li {
	margin: .5em 0;
}
#site-footer-1 a.active,
#site-footer-1 a:hover,
#site-footer-1 a:focus {
	color: #be0027;
}
		
/* FOOTER 2 */		
#site-footer-2 {
	background-color: rgba(58,89,161,1);
	color: rgba(255,255,255,1);
	text-align: center;
	padding: 2em 0 .5em;
	min-height: 170px;
}

/* RASTER
********************************************************* */

/* LAYOUTKLASSEN
********************************************************* */
div.kreuztrenner {
	height: 9px;
	width: 100%;
	background: url(../images/kreuzkachel_rw.gif) repeat-x;
}
.red {
	color: #be0027;
}
span.glyphicon {
    margin-right: 10px;
}

/* MEDIAQUERIES
*********************************************************
********************************************************* */
/* Breakpoint ab 600px */ 
@media screen and (min-width:600px) {
	li.galerie-img img {
		width: 47%;
	}
}
/* Breakpoint bis 767px */ 
@media screen and (max-width:767px) {}
/* Breakpoint ab 768px */ 
@media screen and (min-width:768px) {
	ul.num-liste li {
		width: 49%;
	}
	#site-header {
		text-align: left;
		background: #3a59a1 url(../images/nw-bg-image-sm.jpg) no-repeat;
		background-position-x: right;
	}
	div#logo-container {
    	background: #dedede;
		border-right: 4px solid #ffffff;
		padding-top: 2em;
	}
	#site-nav ul.nav.navbar-nav {
		float: right;
		margin-top: 1em;
	}
	.nav li a {
		color: #ffffff;
	}
	.nav li a.active, .nav  li  a:hover, .nav  li  a:focus {
		background-color: transparent;
		color: #be0027;
	}
	footer#site-footer-1 ul li {
    	display: inline;
	}
	footer#site-footer-1 ul li a {
    	margin: 0 .8em;
	}
}
/* Breakpoint ab 992px */ 
@media screen and (min-width:992px) {
	#site-header {
		background: #3a59a1 url(../images/nw-bg-image-md.jpg) no-repeat;
		background-position-x: right;
	}
	ul.num-liste li {
		margin: 0em .5em 1.5em;
		width: 29%;
	}
}
/* Breakpoint ab 1025px */ 
@media screen and (min-width:1025px) {
	img#logo-nordwind {
		width: 270px;
	}
}
/* Breakpoint ab 1200px */ 
@media screen and (min-width:1200px) {
	#site-header {
		height: 420px;
		background: #3a59a1 url(../images/nw-bg-image-lg.jpg) no-repeat;
	}
	div#logo-container {
		background: transparent;
		border-right: 0px;
		padding-top: 2em;
	}
	img#logo-nordwind {
		width: 200px;
		margin-left: .5em;
    	margin-top: -.5em;
	}	
	nav#site-nav {
		padding-right: 2em;
	}
}
/* Breakpoint ab 1920px */ 
@media screen and (min-width:1920px) {}