@charset "utf-8";

/*	########################################################
	CSS: Armin Briatta - Fotografie und Webdesign Darmstadt
	https://briatta.eu/
	########################################################	
	carola-cramer.de
	########################################################
	
	Farben
	body 						=>	#616c79
	h1 							=>	#fff	
	h1 background 				=>	#e46e24 orange
	
	Navigation Links			=>	#616c79
	Navigation aktueller Punkt	=>	#e46e24 orange
	Links hover etc.			=>	#e46e24 orange


	########################################################
*/


/* #######################################################################################
	Google Fonts lokal
####################################################################################### */

/* roboto-condensed-300 - latin-ext_latin */
@font-face {
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 300;
  src: local(''),
       url('../fonts/roboto-condensed-v25-latin-ext_latin-300.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('../fonts/roboto-condensed-v25-latin-ext_latin-300.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* roboto-condensed-300italic - latin-ext_latin */
@font-face {
  font-family: 'Roboto Condensed';
  font-style: italic;
  font-weight: 300;
  src: local(''),
       url('../fonts/roboto-condensed-v25-latin-ext_latin-300italic.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('../fonts/roboto-condensed-v25-latin-ext_latin-300italic.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* roboto-condensed-regular - latin-ext_latin */
@font-face {
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 400;
  src: local(''),
       url('../fonts/roboto-condensed-v25-latin-ext_latin-regular.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('../fonts/roboto-condensed-v25-latin-ext_latin-regular.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* roboto-condensed-italic - latin-ext_latin */
@font-face {
  font-family: 'Roboto Condensed';
  font-style: italic;
  font-weight: 400;
  src: local(''),
       url('../fonts/roboto-condensed-v25-latin-ext_latin-italic.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('../fonts/roboto-condensed-v25-latin-ext_latin-italic.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* roboto-condensed-700 - latin-ext_latin */
@font-face {
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 700;
  src: local(''),
       url('../fonts/roboto-condensed-v25-latin-ext_latin-700.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('../fonts/roboto-condensed-v25-latin-ext_latin-700.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* roboto-condensed-700italic - latin-ext_latin */
@font-face {
  font-family: 'Roboto Condensed';
  font-style: italic;
  font-weight: 700;
  src: local(''),
       url('../fonts/roboto-condensed-v25-latin-ext_latin-700italic.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('../fonts/roboto-condensed-v25-latin-ext_latin-700italic.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}



/* #######################################################################################
	reset
####################################################################################### */



* {
	margin: 0;	
	border: 0 none; 
	padding: 0;
	vertical-align: baseline;
	box-sizing: border-box;
} 

html {
	height: 100%;
	font-size: 100%;
}

body {
	font-style: normal;
	height: auto;
	overflow-y: scroll;
}

option {
	padding-left: 0.4em;
}

fieldset, img {
	display: block;
	border: 0 none;
	position: relative;
	width: auto;
	height: auto;
	max-width: 100%;
}

ul {
	position: relative;	
	margin: 16px 0 16px 28px;
	margin: 1rem 0 1rem 1.75rem;
	list-style: disc;
}

nav ul {
	list-style-type:  none;	
	margin-left: 0;
}

nav a {
	text-decoration: none;
}
	
ol {
	margin: 16px 0 16px 28px;
	margin: 1rem 0 1rem 1.75rem;
}

dl {
	margin: 16px 0 16px 0;
	margin: 1rem 0 1rem 0;
}

li {
	position: relative;
}

sup { 
	vertical-align: top; 
}

sub { 
	vertical-align: bottom; 
}


/*	html5 */
article, aside, figure, footer, header, hgroup, nav, section, main, figure, figcaption {
	display: block;
	position: relative;
	margin: 0; 
	padding: 0;
}


/* #######################################################################################
	Grundelemente: html, body, #schale, header, #main, footer
####################################################################################### */

html { 
	background: #fff;
}

body {
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 300;
	color: #616c79;
	text-align: center;
}

#schale {
	position: relative;
	margin: 0 auto;
	padding: 0 0 1em; 
	max-width: 1100px;
	height: auto;
	background: #fff;
	border-left: 20px solid #fff;
	border-right: 20px solid #fff;
	text-align: left;
}

header#zierheader {
	background-color: rgba(156,74,23,.1);
	border: 1px solid rgba(156,74,23,.1);
	position: relative;
	margin: 0 -20px;
}


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

header#zierheader {
	border: 0 none;
	margin: 0 0;
}



}

footer {
	background: #fff;
	clear: both;
	padding: 0;
}



/* #######################################################################################
	Spalten
####################################################################################### */

.spalte1,
.spalte3,
.spalte1content,
.spalte3content	{
	position: relative;
}

#contentwrapper.spalte1content,
#contentwrapper.spalte3content {
	margin: 20px 20px 0 20px;
	padding: 0;
}

div#logo {
	position: relative;
	margin: 0;
	padding: 0 90px 0 0;
	background-color: #e46e24;
	border: 1px solid #e46e24;
	text-align: left;
}

p#carola-cramer,
h1#carola-cramer {
	position: relative;
	color: #fff;
	margin: 20px;
	padding: 0;
	font-size: 32px;
	font-size: 2rem;
	line-height: 1.7;
	letter-spacing: 0;
	background-color: #e46e24;
}

p#zitat {
	color: #e46e24;
	margin-top: 24px;
	margin-top: 1.5rem; 
	margin-bottom: 24px;
	margin-bottom: 1.5rem; 
	font-style: normal;
}


p.no-headline-above {
	margin-top: 40px;
	margin-top: 2.5rem!important;
}

figure.no-headline-above {
	margin-top: 24px;
	margin-top: 1.5rem!important;
}

ul ul{
	margin: 2px 0 16px 28px;
	margin: .2rem 0 1rem 1.75rem;

}

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

.spalte1 {
	float: left;
	width: 30%;
	display: none; /* einspalter */
}

.spalte3 {
	position: static;
	margin: 0 0 0 30%;
	margin: 0 0 0 0; /* einspalter */
}

#contentwrapper {
	background-color: #fff; 
}
#contentwrapper .spalte1 {
	background-color: #fff; 
}

#contentwrapper .spalte3{
	background: #fff;
	padding-left: 3%!important;
	max-width: 1000px;
}

#contentwrapper .spalte3content {
	padding: 40px 25px 0;
}

div#logo {
	position: relative;
	text-align: left;
	border: 0 none;
	padding: 1px 5%;

} 

p#carola-cramer {
	position: relative;
	color: #fff;
	background-color: #e46e24;
	margin: 3px auto;
	padding: 0;
	font-size: 44px;
	font-size: 2.25rem;
	font-weight: 300;
	line-height: 1.7;
	letter-spacing: 1px;
}

p#zitat {
	margin-top: 0;
}
	
	
footer .spalte3,
footer .spalte3content  {
	padding-top: 0;

}

}


/* #######################################################################################
	Typo
####################################################################################### */

h1,
h2 {
	font-family: 'Roboto Condensed', sans-serif;
	line-height: 1.6;
	font-weight: 300;
	color: #e46e24;
}

h1, h2 {
	margin: 20px 0 16px;
	margin: 1.25rem 0 1rem;
	font-size: 32px;
	font-size: 2rem;
}


h2:first-of-type {
	clear: none;
}


h5, h6, p, address,
li, dt, dd {
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 18px;
	font-size: 1.125rem;
	line-height: 1.6;
	font-weight: 300;
	font-style: normal;
	color: #616c79;
}

h5, h6, p, address {
	margin: 12px 0;
	margin: .75rem 0;
}

strong, b, em {
	font-weight: bold;
}

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

h1 {
	margin: 0 0 12px;
	margin: 0 0 .75rem;
}

}


/* #######################################################################################
	Links
####################################################################################### */

a {
	color: inherit;
	text-decoration: underline;
}

a#start-link {
	text-decoration: none!important;
}

address a[href^="tel"] {
	text-decoration: none;
}

a:focus,
a:hover,
a:active {
	color: #e46e24;
}

/* #######################################################################################
	Navigation: 
		.mainnav		=> Klasse fuer beide
		#access			=> id fuer hauptnavigation
		#footer-nav		=> id fuer Navigation im Footer
####################################################################################### */

.mainnav {
	background: #fff;
	z-index: 998;
}

#access {
	padding: 6px 0 36px 0;
}

#access ul {
	margin: 0;
}

#access li {
	display: inline-block;
	color: #c94125;
	background: #fff;
	font-size: 20px;
	font-size: 1.25rem;
	line-height: 1;
}

#access a {
	display: block;
	position: relative;
	margin: 0;
	padding: 2rem 6px 6px 10px;
	color: #616c79;
	border-right: 1px dotted #616c79;
	cursor: pointer;
}


#access li.current > a,
#access a:focus,
#access a:hover,
#access a:active {
	color: #e46e24;
	border-right: 1px dotted #e46e24;
}


#footer-nav  {
	margin: 80px 0 16px;
	margin: 5rem 0 1rem;
}
#footer-nav li {
	display: inline-block;
}

#footer-nav a {
	display: block;
	position: relative;
	margin: 0;
	padding: 0 12px 0 10px;
	color: #616c79;
	border-right: 1px dotted #616c79;
	cursor: pointer;
}

#footer-nav li.current > a,
#footer-nav a:focus,
#footer-nav a:hover,
#footer-nav a:active {
	color: #e46e24;
}

#footer-nav li:first-of-type a {
	padding-left: 0;
}

#footer-nav li:last-of-type a {
	border-right: 0 none;
}



@media all and (max-width: 799px) {

#access {
	margin: 6px 0 36px 0;
}

#access li {
	display: block;
	margin: 0;
	line-height: 2.5;
}

#access a {
	padding: 6px 4px;
	text-align: center;
	border-left: 0 none;
	border-right: 0 none;
	border-bottom: 1px dotted #616c79;
}

#access li.current > a,
#access a:focus,
#access a:hover,
#access a:active {
	border-left: 0 none;
	border-right: 0 none;
	border-bottom: 1px dotted #e46e24; 
}


#footer-nav li {
    float: left;
    width: 50%;
    margin: 3px 0;

}

#footer-nav a {
	margin: 0 5px;
	padding: 6px 4px;
	border-left: 0 none;
	color: #616c79;
	background: #fff;
	border: 1px dotted #616c79;
    -webkit-border-radius: 2px; 
 	-moz-border-radius: 6px; 
	border-radius: 6px;
	text-align: center;
}
#footer-nav a:focus,
#footer-nav a:hover,
#footer-nav a:active {
	color: #fff;
	background: #e46e24;
	border: 1px solid #e46e24;
}

#footer-nav li:nth-of-type(odd) a {
	margin-left: 0;
}

#footer-nav li:nth-of-type(even) a {
	margin-right: 0;
}

#footer-nav li:last-of-type a {
	border-right: 1px dotted #616c79;
}
 
.js #access{
    display: none;
}

.no-js #access {
    display: block;
}
}

@media screen and (min-width: 800px) {
.js #access {
    display: block !important;
	text-align: right;
}
}

/* #######################################################################################
	Navigation: Menu-Icon 
####################################################################################### */

#menu-icon {
	display: none; 
}

@media only screen and (max-width: 799px) {

.js #menu-icon {
    display: block;
	z-index: 999;
	position: absolute;
	top: 25px;
	right: 25px;
	margin: 0;
    height: 42px;
	width: 62px;
	border: 1px solid #e9f8f8;
    -webkit-border-radius: 2px; 
 	-moz-border-radius: 2px; 
	border-radius: 2px;
    background: url(../design/nav-icon.png) no-repeat;
    cursor: pointer;
}

.js #menu-icon:hover {
  	background: url(../design/nav-icon.png) no-repeat;
}

}

/* #######################################################################################
	Fussbereich Adresse
####################################################################################### */

footer address {
	display: none;
}


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

footer address {
	display: block;
	font-size: 14px;
	font-size: .875rem;
	text-align: center;
	margin-top: 24px;
	margin-top: 1.5rem;
	text-align: left;
	opacity: .6;
}

footer address span {
	display: block;
}

footer address span.print-only {
	display: none;
}

footer address span span{
	display: inline-block;
	white-space: nowrap;
}

footer address span span:after {
	content: " | ";
	color: #616c79;
	font-weight: normal;
}	

footer address span span:last-of-type:after {
	content: none;
}	

}


/* #######################################################################################
	Bilder
####################################################################################### */


figure figcaption {
	margin: 16px 0;
	font-size: 18px;
	font-size: 1.125rem;

	text-align: center;
}

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

/*	2016-09-09 */
figure.float-right {
	float: right;
	max-width: 47%;
	margin: 4px 0 20px 2rem;
}

figure.float-left {
	float: left;
	max-width: 47%;
	margin: 4px 2rem 20px 0;
}

figure.float-right figcaption {
	text-align: right;
}



}


/* #######################################################################################
	clearing
####################################################################################### */

.clearfix:after{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

/* #######################################################################################
	Basics fuer ie7, damit die Site benutzbar bleibt, Schoenheit wird vernachlaessigt 
####################################################################################### */

/* Navigation sichtbar fuer ie7, verschwindet sonst wieder */
.lt-ie8 nav * {
	zoom: 1;
	position: relative;
}



@media screen and (min-width: 870px) {
	#contentwrapper p,
	#contentwrapper ul {
		max-width: 45rem;
	}
}

