/* ----------------------------------------------------------------

#Default Stylesheet

Filename:     format.css
Site:         ulis-neworleansjazzband.de.de
Version:      1.2
Last change:  24/11/2022
Author:       Martin Hess
Description:  Default styles to be applied to all pages in the site

--------------------------------------------------------------------*/

/*--------------------------------------------------------------------

## Color Glossary
blue = #006699

## Font Glossary
    font-family: 'Roboto Condensed', sans-serif;
    font-family: 'Open Sans Condensed', sans-serif;


-----------------------------------------------------------------------*/

/* roboto-condensed-regular - latin */
@font-face {
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/roboto-condensed-v25-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/roboto-condensed-v25-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/roboto-condensed-v25-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/roboto-condensed-v25-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/roboto-condensed-v25-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/roboto-condensed-v25-latin-regular.svg#RobotoCondensed') format('svg'); /* Legacy iOS */
}


/* open-sans-300 - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300;
  src: url('../fonts/open-sans-v34-latin-300.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/open-sans-v34-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/open-sans-v34-latin-300.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/open-sans-v34-latin-300.woff') format('woff'), /* Modern Browsers */
       url('../fonts/open-sans-v34-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/open-sans-v34-latin-300.svg#OpenSans') format('svg'); /* Legacy iOS */
}



/* #region GRUNDAUFBAU */
* {
	margin:0;	
	padding:0;
	
    -webkit-box-sizing: border-box; /* Safari/Chrome, andere WebKit-Browser */
    -moz-box-sizing: border-box; /* Firefox, andere Gecko-Browser */
    box-sizing: border-box; /* Opera/IE 8+ */
	
	/* Animierte Übergänge */
 	transition: all 1.5s ease; 
}

html, body {
  height: 100%;
}

body {
	background-color: #fff;
	background-image:url('../../pictures/bg_body.jpg');
	background-repeat:repeat-x;
	font-family: 'Roboto Condensed', sans-serif;
}

#page-wrapper {
	margin:0 auto auto  auto;
	width:100%;
	max-width:1200px;
	background-color:#fff;
	/* display:block; */
}

#introtext {
	margin-bottom:1em;
}

main {
	min-height:400px;
	height:auto;
	background-color:#fff;
	width:100%;
	padding:0 8% 3em 4%;		
}

@media screen and (min-width: 1201px) { 
main {
	background-image:url('../../pictures/bg_main.jpg');
	background-repeat:no-repeat; 
	background-position:left bottom;
	padding:0 4% 3em 4%;
}
}

.einruecken { margin:0 0 2em 0; }

@media screen and (min-width: 460px) { 
.einruecken { margin:0 0 2em 6%; }
}

.clear {
	clear:both;
}

input:focus, 
textarea:focus {
    background-color: #ebebeb;
}
/* #endregion */

/* #region SCHRIFTFORMATIERUNG */
h2 {
	font-size:22px;
	color:#006699;	
	margin:1.2em 0 1em 0;
}

h3 {
	font-size:18px;
	color:#006699;	
	margin-bottom:.6em;
	margin-top:0;
}

main p {
	font-size: 16px;
	/* font-size: 1.2rem; */ 
	line-height:1.6em;
	
	/* Silbentrennung einschalten */
	-moz-hyphens: auto;
	-webkid-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;
	word-wrap; break-word;
	text-align:justify;
	font-family: 'Roboto Condensed', sans-serif;
}

.kleingedruckt {
	font-size:13px;
}
/* #endregion */

/* #region HEADER */
header {
	width:100%;
	height:auto;
	min-height:3em;
	text-align:right;
	background-color:#006699;
	color:#fff;
	padding:.8em 1em .5em 1em;
}

@media screen and (min-width: 500px) { 
header {
	height:150px; 
}
}

h1 {
	font-size:32px;
	font-weight:bold;
	margin-bottom:.6em;
}

p.zitat {
	font-style:italic;
	font-size:18px;
	font-family: 'Roboto Condensed', sans-serif;
}

p.urheber {
	font-size:16px;
	font-family: 'Open Sans', sans-serif;
}
/* #endregion */

/* #region FOOTER */
footer {
	width:100%;
	height:auto;
	min-height:2em;
	background-color:#006699;
	padding:1em 1em 1.5em 1em;
	text-align:center;	
}

@media screen and (min-width: 460px) { 
footer {
	width:100%;
	height:50px;
	min-height:2em;
	background-color:#006699;
	padding:1em 1em 1.5em 1em;
	
}
}

 footer a,
 footer #copyright {
	color:white;
	text-decoration:none;
}


#loginlink {
	margin-left:1em;
}

@media screen and (min-width: 400px) { 
#loginlink {
	margin-left:2em;
}
}

@media screen and (min-width: 460px) { 
#impressum {
	float:left;
}

#copyright {
	float:right;
}
}

body.impressum a#impressumlink {
	color:#000;
}

/* #endregion */

/* #region HOMEINHALT */
#bandbild {
	width:100%;	
	height:auto;
	margin:0 2% .5em 0;
}

@media screen and (min-width: 680px) { 
#bandbild {
	width:48%;
	float:left;
	margin:0 2% .5em 0;
}
}

section#termin {
	margin:0 0 .6em 0;
}
/* #endregion */

/* #region MUSIKERINHALT */
section.musiker-kurzbio {
	display:block;
	width:100%;
	height:auto;
	margin-bottom:3.5em;
}

section.musiker-kurzbio:nth-last-child(1) {
	display:block;
	width:100%;
	height:auto;
	margin-bottom:0;
}


section.musiker-kurzbio img {
	width:48%;
	float:left;
	margin-right:2%;
}

@media screen and (min-width: 680px) { 
section.musiker-kurzbio img { width:23%; } 
}
/* #endregion */

/* #region TERMINEINHALT */
.termindatum {
	float:left;
}

.termininfo {
	display:table-cell;
}

#noEvent {
	font-weight:bold;
	margin-bottom:2em;
}

.grau {
	color:#666666;
}
/* #endregion */

/* #region KONTAKTFORMULAR */
#kontaktformular {
	margin-left:0;
	width:96%;	
	margin-bottom:2em;
}

@media screen and (min-width: 470px) {
#kontaktformular {
	width:30%;
	min-width:300px;
	margin-left:8%;
}
}

.kleingedruckt {
	font-size:11px;
}

.ganzeBreite {
	width:100%;
}

.plzBreite {
	width:28%;
	float:left;
}

.ortBreite {
	width:70%;
	float:right;
}

#kontaktformular .submitfeld {
	text-align:right;
	margin-top:.5em;
}

.submitfeld input {
	padding:.1em .3em;
}	

body.kontakt-folgeseite main {
	min-height:500px;
}
/* #endregion */

/* #region VIDEOSINHALT */
section.videos iframe {
	margin-bottom:2em;
	width: 100%;
	max-width:560px;	
	height:56.25%;
}

@media screen and (min-width: 470px) {
section.videos iframe {
	height:315px;
}
/* #endregion */

.absatz {
	margin-bottom:2em;
}

/* #region LOGIN */
body.login main {
	min-height:500px;
}

section#login {
	margin-left:25%;
}

#loginform {
	width:73%;
	max-width:260px;
}

#loginform input.eingabe {
	width:100%;
	margin-bottom:.4em;
	padding-left:2px;
}

#loginform input {
	padding:2px;
}

.submitfeld {
	width:100%;
	text-align:right;
}

section#login a {
	line-height:2em;
	text-decoration:none;
	color:#006699;
}
section#login a:hover {
	color:#000;
}
/* #endregion */

#line{padding-left:100%; display:none;}

