@charset "UTF-8";

@font-face {
	font-family: 'Lato';
	src: url('../fonts/Lato-Regular.ttf') format('truetype');
	}
	
@font-face {
	font-family: 'Roboto Slab';
	src: url('../fonts/RobotoSlab-Regular.ttf') format('truetype');
	}
	
@font-face {
	font-family: 'Just Another Hand';
	src: url('../fonts/JustAnotherHand-Regular.ttf') format('truetype');
	}

/* Global Settings */ 
* {
	box-sizing: border-box;	
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	}

html, body {
	background: #024378;
	width: 100%;
	height: 100%;
	}

img {
	max-width: 100%;
	height: auto;
	margin-bottom: 25px;
	}

.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
	margin: 12px 0;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
	
/* Farben */ 
.dunkelblau {
	background: #005da8;
	}
	
.hellblau {
	background: #2fa8fb;
	}
	
.orange {
	background: Orange;
	}

.darkorange {
	background: DarkOrange;
	}

.white {
	background: White;
	}

/* Helper */ 
.pluspadding {
	padding: 140px 0 120px;
	}	
	
.hidden{
	visibility: hidden;
	}

/* Typo */ 
html, body {
	color: #021721;
	font: 1em/1.618 'Roboto Slab', Arial, sans-serif;	
	}

h1, h2, h3, h4, h5, h6 {
	font-family: Lato, Arial, sans-serif;	
	}

h1 {
	font-size: 2.281rem;
	line-height: 1.125;
	margin: 45px 0 25px;
	}

h1.home {
	color: White;
	line-height: 1.266;
	margin: 250px 0 15px;	
	}

h2 {
	color: #024378;
	font-size: 2.027rem;
	line-height: 1.125;
	margin: 0 0 15px;
	}

h2.text-white {
	color: White;
	}

h3 {
	border-bottom: 1px solid Gold;
	color: #024378;
	font-size: 1.266rem;
	line-height: 1.424;
	margin: 25px 0 10px;
	padding-bottom: 5px;
	}

h3.aktuell {
	background: DarkOrange;
	display: block;
	padding: 5px;
	}

h3.poesie {
	border-bottom: 1px solid DarkRed;
	color: DarkGreen;
	}

h3.gaestebuch {
	border-bottom: 1px dashed #2fa8fb;
	color: #005da8;
	font-size: 1.125rem;
	margin: 5px 0 10px;		
	}

h4 {
	color: #024378;
	font-size: 1.125rem;	
	line-height: 1.424;
	margin: 20px 0 5px;
	}

.handschrift {
	color: #024378;
	font-family: 'Just Another Hand', 'Roboto Slab', Arial, sans-serif;
	font-size: 1.618rem;
	line-height: 1.125;
	margin: 5px 0 15px;
	}

/* Navigation Mobil */ 
@media (max-width: 767px) {
.navbar-default .navbar-toggle {
	border-color: White;
	}

.navbar-default .navbar-toggle .icon-bar {
	background-color: White;
	}

.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
	background-color: #005da8;
	}

.navbar-default .navbar-collapse {
	background: #005da8;  
	border: none;
	margin-top: 65px;
	padding: 10px 25px;
	}
	
.navbar-default .navbar-nav .open .dropdown-menu > li > a {
	color: White;
	}
	
.navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
	color: Orange;
	}	

.navbar-default .navbar-nav > li {
	width: 60%;
	margin: 0 auto;
	}		
	
.navbar-default .navbar-nav > li > a {
	text-align: center;
	}		
}

/* Navigation Kopfzeile */ 
.navbar-default {
	background: url(../images/erpresser-logo-1920.png) top left no-repeat;
	border: 0px;	
	height: 100px;
	}

.navbar-default .navbar-nav > li > a {
	background: Orange;
	border: 1px solid White;
	border-radius: 14px;
	color: #005da8;
	font-size: .79rem;
	margin: 10px;
	padding: 1px 8px 2px 8px;
	}

.navbar-default .navbar-nav > li > a.active, .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
	background: #2fa8fb;
	color: White;
	}

.dropdown {
	min-width: 140px;	
	text-align: center;
	}

.dropdown-menu {
	background: White;
	border: 1px solid Orange;	
	margin: 8px;
	padding: 0;	
	min-width: 120px;	
	}

.dropdown-menu > li > a {
	color: #005da8;
	font-size: .79rem;
	padding: 4px 8px;
	}

.dropdown-menu > li > a:hover {
	background: Orange;
	color: #005da8;
	}

.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover  {
	color: White;
	background-color: #2fa8fb;
	border: 1px solid White;	
	}

/* Sektionen */ 
section {
	margin-top: -20px;	
	}
	
/* Startseite */ 
.table {
	display: table;
	position: relative;
	width: 100%;
	height: 100%;
	background: url(../images/erpresser-home.jpg) no-repeat center scroll;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	-o-background-size: cover;	
	text-align: center;
	}

.text-vertical-center {
	display: table-cell;
	vertical-align: middle;
	}

p.home {
	color: Orange;
	margin: 0 0 15px;
	}

/* Button dunkelblau */ 
.btn-blue, .btn-blue:visited {
	background: #005da8;
	border: 1px solid White;
	border-radius: 6px;
	color: White;
	display: inline-block;
	margin: 10px;
	padding: 1px 8px 2px 8px;
	text-decoration: none;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-ms-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
	}

.btn-blue:hover, .btn-blue:active, .btn-blue:focus {
	background: Orange;
	color: White;
	text-decoration: none;
	}

/* Kasten Aktuell */
.kasten-aktuell {
	border: 1px solid Gold;
	border-radius: 4px;
	-webkit-box-shadow: 2px 2px 2px 1px DarkOrange;
	box-shadow: 2px 2px 2px 1px DarkOrange;
	margin-bottom: 25px;
	padding: 0 10px 10px;	
	}

/* Normaler Link */ 
.normaler-link, .normaler-link:visited {
	color: #021721;
	text-decoration: underline;
	}

.normaler-link:hover, .normaler-link:active, .normaler-link:focus {
	color: White;
	}

/* Saft raus! */ 
img.maschine {
	margin: 55px 0 0 0;	
	}

img.box {
	margin: 25px 0 0 0;	
	}

/* Fragen? */ 
img.fragen {
	margin: 55px 0 0 0;	
	}

.frage {
	color: #024378;	
	display: inline-block;
	margin: 20px 0 0;
	}

/* Preise */ 
img.preise {
	margin: 55px 0 0 0;	
	}

/* Fotogalerie */ 
.carousel {
	min-height: 460px;
	position: relative;
	}

.carousel-inner img {
	margin: 0 auto;
	}

.carousel-caption {
	margin: 0;
	padding: 0;
	}

.carousel-caption > p {
	color: White;
	font-size: .75rem;
	font-weight: bold;
	margin: 0;
	}

.carousel-caption > p.captionmitbackground {
	background: White;
	border-radius: 4px;
	color: #005da8;
	font-weight: normal;
	}

/* Poesie */ 
div.poesie {
	background: white;
	border-radius: 4px;
	margin: 0 0 30px;
	padding: 0 10px 10px;
	}

div.poesiepluspadding {
	padding-top: 10px;
	}

p.poesieautor {
	color: Gray;
	}

/* Footer */ 
footer > .navbar-default {
	background: #024378;
	border-radius: 0;
	min-height: 50px;
	margin: 0;
	}

p.navbar-text.navbar-right.footer {
	color: White;
	font: .79rem/1.618 Lato, Arial, sans-serif;		
	}

.navbar-default .navbar-link:link, .navbar-link:visited {
	color: White;	
	}

.navbar-default .navbar-link:hover, .navbar-link:active, .navbar-link:focus {
	color: Orange;	
	}

@media screen and (max-width: 767px) {
p, li {
	font: .79em/1.618 "Roboto Slab", Arial, sans-serif;	
	}

h2 {
	font-size: 1.424rem;
	}

h3 {
	font-size: 1rem;
	}	
}


@media screen and (min-width: 768px) {
div.poesiepluspadding {
	padding-top: 70px;
	}
}


@media screen and (min-width: 1024px) {

/* Startseite */ 
.table {
	background: url(../images/erpresser-home-02.jpg) no-repeat center scroll;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	-o-background-size: cover;	
	}

.navbar-default.home {
	background: url(../images/erpresser-logo-large.png) top left no-repeat;
	border: 0px;	
	height: 120px;
	}	
}















