@import url("../fonts/webfontkit-lora/stylesheet.css");
@import url("../fonts/webfontkit-hind/stylesheet.css");

/*! HTML5 Boilerplate v5.3.0 | MIT License | https://html5boilerplate.com/ */

/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */
 
/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

/*
 * Browserabstände zurücksetzen
 */
* {
	margin: 0;
	padding: 0;
}


/*
 * Border-Box-Modell
 */
*, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
	overflow-y: scroll; /*Rechte Scrollbar immer einblenden*/
    color: #000;
    font-size: 100%;
    line-height: 1.5;
}

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #727D15;
    margin: 0 1em;
    padding: 0;
}

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

/* ==========================================================================
   Browser Upgrade Prompt
   ========================================================================== */

.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* ==========================================================================
   Author's custom styles: TYPOGRAFIE
   ========================================================================== */

h1, h2, h3, h4, h5, h6 {
	color: #c71585;
	font-family: 'Hind', sans-serif;
	font-weight: 500;
	line-height: 1.2;
}

h1 {
	font-size: 1.66rem;
	padding: 1em 0.5em;
	text-transform: uppercase;
}

h2 {
	font-size: 1.66rem;
	padding: 1em 0.5em;
	text-transform: uppercase;
}

h3 {
	font-size: 0.9rem;
	margin-top: 1.5em;
	margin-bottom: 0.5em;
	text-transform: uppercase;
}

h5 {
	font-size: 0.9rem;
	padding-top: 0.5em;
	padding-bottom: 0.25em;
}

p {
	font-family: 'Lora', serif;
	font-weight: 400;
	font-size: 0.85rem;
	line-height: 1.5;
	margin-bottom: 0.5em;
}

#maincontent ul {
	margin-bottom: 0.5em;
}

#maincontent ul > li {
	font-family: 'hind_regularregular', sans-serif;
	color: #000000;
	font-size: 0.85rem;
	line-height: 1.5;
	list-style-position: inside;
	list-style-image: url(../img/aufz.gif);
	margin-bottom: 0.25em;
}

.lightgreen {
	color: #50af47;
}

strong {
	color: #c71585;
}

.preis {
	font-family: 'hindmedium', sans-serif;
	font-weight: normal;
	line-height: 1.3;
	padding-bottom: 0.15em;
	border-bottom: 2px dotted #b6d7a4;
	color: #c71585;
}

.hinweis {
	font-family: 'hindsemibold', sans-serif;
	font-size: 0.8rem;
	line-height: 1.35;
	color: #c71585;
	border-left: 2px dotted #b6d7a4;
	padding-left: 1em;
}

/* ==========================================================================
   Author's custom styles: BILDER
   ========================================================================== */

/*
 * Bilder sind responsive
 */
img {
	width: 100%;
	height: auto;
}

.round {
	display: block;
	border-radius: 50%;
	border: 0.25em solid #c71585;
	width: 150px;
	height: 150px;
	margin: 0 auto 1em;
	transition: transform 0.8s;
	-moz-transition: transform 0.8s;
	-webkit-transition: transform 0.8s;
	-o-transition: transform 0.8s;
	-ms-transition: transform 0.8s;
}

.round:hover {
	cursor: zoom-in; 
	cursor: -moz-zoom-in;
	cursor: -webkit-zoom-in;
	transform: scale(1.66, 1.66);
	-moz-transform: scale(1.66, 1.66);
	-webkit-transform: scale(1.66, 1.66);
	-o-transform: scale(1.66, 1.66);
	-ms-transform: scale(1.66, 1.66);
	box-shadow: 0 5px 10px rgba(0,0,0,0.26);
	z-index: 10;
}

/*	EINZELTHEMEN: Überschrift wird im Bild platziert */
.teaserbild {
	position: relative;
	margin-bottom: 1em;
	padding-top: 0.5em;
	background-color: #c71585;
}

/*	transparenter Hintergrund benötigt eigenes div */
.teaserbild > .textfeld {
	position: absolute;
	left: 0em;
	bottom: 1em;
	background-color: #e2edd0;
	opacity: 0.75;
	box-shadow: 0 5px 10px rgba(0,0,0,0.26);
}

.textfeld > h2 {
	font-size: 1.15rem;
	padding: 0.5em 1em;	
}

img.coachpic {
	display: block;
	margin: 0.5em auto;
	width: 150px;
	height: 100px;
	transition: transform 0.8s;
	-moz-transition: transform 0.8s;
	-webkit-transition: transform 0.8s;
	-o-transition: transform 0.8s;
	-ms-transition: transform 0.8s;
}

img.coachpic:hover {
	cursor: zoom-in; 
	cursor: -moz-zoom-in;
	cursor: -webkit-zoom-in;
	transform: scale(1.75, 1.75);
	-moz-transform: scale(1.75, 1.75);
	-webkit-transform: scale(1.75, 1.75);
	-o-transform: scale(1.75, 1.75);
	-ms-transform: scale(1.75, 1.75);
	box-shadow: 0 5px 10px rgba(0,0,0,0.26);
	z-index: 10;
}

#termine {
	padding: 0;
	position: absolute;
	left: 1rem;
	bottom: 0.5rem;
	text-shadow: 0 5px 10px rgba(0,0,0,0.26);
}

#terminbild {
	margin-top: 2.5em;
}

img.lebenslauf {
	margin-top: 0.25em;
	margin-bottom: 1em;
	border: 0.25em solid #c71585;
	box-shadow: 0 5px 10px rgba(0,0,0,0.26);
}

img.workshop {
	margin-bottom: 1em;
	border: 0.25em solid #c71585;
	box-shadow: 0 5px 10px rgba(0,0,0,0.26);
}

img.workshop:hover {
	transform: rotate(5deg);
}

/*================================================*/
/* Author's custom styles: VIDEOS */
/*================================================*/

.responsive-video iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.responsive-video {
	position: relative;
	padding-bottom: 56.25%; /* Default for 1600x900 videos 16:9 ratio*/
	padding-top: 0px;
	height: 0;
	overflow: hidden;
	margin-top: 0.5em;
	margin-bottom: 0.75em;
}

/* ==========================================================================
   Author's custom styles: SEITENAUFBAU
   ========================================================================== */

body {
	background-color: #f7f7fa;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	flex-direction: column;
	min-height: 100vh;
}

header {
	position: relative; /* Bezugspunkt für Menübutton */
	background-color: #c71585;
	height: 3em;
}

#flexcontainer {
	margin: 0 auto;
	flex: 1; /*STICKY FOOTER: Hauptinhalt dehnt sich aus*/
}

section {
	margin-bottom: 1em;
	padding-top: 1em;
}

section:first-of-type {
	padding-top: 0; /* kein Abstand für erstes Thema */
}

.teaserbild + section, h2 + section {
	padding-top: 0; /* kein Abstand für Navigation 1. Ebene */
}

/* div.content sorgt dafür, dass die Textbreite unabhängig von den Schmuckbildern definiert werden kann */
.content {
	margin-left: 1em;
	margin-right: 3em;
}

/* ==========================================================================
   Author's custom styles: VERLINKUNGEN
   ========================================================================== */

p a:link, p a:visited {
	color: #000;
}   

p a:hover {
	color: #50af47;
}

/* ==========================================================================
   Author's custom styles: NAVIGATION
   ========================================================================== */

.menubutton {
	position: absolute;
	right: 1em;
	top: 0.5em;
	z-index: 10;
}

.menubutton a {
	display: block;
	color: #fff;
}

.menubutton a.hidemenu {
	display: none;
}

/* Wenn #menu in der URL steht, Navigation einblenden */
#menu:target nav > ul { max-height: 25em; }
#menu:target a.showmenu { display: none; }
#menu:target a.hidemenu { display: block; }

nav > ul {
	list-style: none;
	overflow: hidden; /* AUSKLAPPMENÜ: sorgt für die Unsichtbarkeit der Navigationselemente */
	max-height: 0; /* AUSKLAPPMENÜ: Navigation ist ausgeblendet */
	background-color: #c71585;
}

nav > ul > li {
	font-family: 'hindmedium', sans-serif;
	font-weight: normal;
	font-size: 0.75rem;
	text-transform: uppercase;
	line-height: 1.2;
}

nav > ul > li > a {
	display: block;
	text-decoration: none;
	color: #fff;
	padding-left: 1em;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
}

nav > ul > li > a:hover {
	background-color: #b6d7a4;
	color: #c71585;
}

nav > ul ul li {
	background-color: #fff;
	margin-left: 3.5em;
	margin-bottom: 0.5em;
	text-align: right;
	padding: 0.25em 1em;
	list-style: none;
}

nav > ul ul li a {
	display: block;
	text-decoration: none;
	color: #c71585;
}

nav > ul ul li a:hover {
	color: #50af47;
}

/* ==========================================================================
   Author's custom styles: TERMINE
   ========================================================================== */
   
.termin {
	background: #e2edd0;
	margin-bottom: 1.5em;
	padding: 1em 1em 0.25em 1em;
	border-bottom: 0.25em solid #b6d7a4;
}

h4 {
	background-color: #fff;
	color: #c71585;
	margin-left: -1rem;
	padding: 0.25em 0.5em 0.1em;
	margin-bottom: 0.75em;
}

.monat {
	font-family: 'hindmedium', sans-serif;
	font-size: 1.25rem;
	font-weight: normal;
	color: #c71585;
	margin-top: 2em;
}

.info {
	font-family: 'hindmedium', sans-serif;
	font-weight: normal;
	font-size: 0.95rem;
	line-height: 1.35;
}

#maincontent .termin ul li {
	font-family: 'lorabold', serif;
	color: #000;
}

/*================================================*/
/* KONTAKTBUTTON */
/*================================================*/
.mailbutton {
	background: #c71585;
	font-family: 'hindmedium', sans-serif;
	font-size: 0.85rem;
	font-weight: normal;
	letter-spacing: 1px;
	text-align: center;
	overflow: hidden;
	margin-top: 1em;
	margin-bottom: 1.5em;
}

.mailbutton a:link {
	display: block;
	color: #fff;
	text-decoration: none;
	padding: 1em;
}

.mailbutton a:hover {
	background-color: #b6d7a4;
	color: #c71585;
}

/*================================================*/
/* TOPBUTTON */
/*================================================*/
.topbutton a {
	position: fixed;
	bottom: 1.5em;
	right: 0.75em;
	font-size: 0.8rem;
	text-transform: uppercase;
	text-decoration: none;
	text-align: center;
	color: #c71585;
	background-color: #fff;
	border: 2px solid #c71585;
	padding: 0.5em;
	filter: drop-shadow(0 5px 10px rgba(0,0,0,0.2));
	z-index: 100;
}

.topbutton a:hover {
	color: #50af47;
	border: 2px solid #50af47;
}

/* ==========================================================================
   Author's custom styles: FOOTER
   ========================================================================== */
   
footer {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	flex-direction: column;
	background-color: #c71585;
	color: #fff;
	font-family: 'hindmedium', sans-serif;
	font-weight: normal;
	letter-spacing: 1px;
	text-align: center;
	font-size: 0.75rem;
	padding: 0.5em;
}

footer a:link, footer a:visited, a:link.current {
	color: #fff;
	margin-right: 1em;
}
a:link.current {
	cursor: not-allowed;
}

footer a:hover {
	color: #50af47;
}

footer a:last-child {
	margin-right: 0;
}


/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Hide visually and from screen readers
 */

.hidden {
    display: none !important;
}

/*
 * Hide only visually, but have it available for screen readers:
 * http://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

/*
 * Hide visually and from screen readers, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/* ==========================================================================
   Media Queries for Responsive Design. (mobile first)
   ========================================================================== */

@media only screen and (min-width: 31.25em) {

h1, h2 {
	font-size: 2rem;
}

h3 {
	font-size: 1rem;
}

nav {
	box-shadow: 0 5px 10px rgba(0,0,0,0.26);
}

nav > ul > li {
	width: 50%;
	margin: 0 auto;
}

.coachpic {
	width: 75%;
}

}


/* ==========================================================================
   Media Queries 765px (ipad)
   ========================================================================== */
@media screen and (min-width: 765px) {

/* Typografie anpassen */
h1 {
	font-size: 2.5rem;
	padding-left: 1em;
}

h2 {
	font-size: 2.5rem;
	margin-left: 0.5em;
}

h3, h4 {
	font-size: 1.5rem;
}

h5 {
	font-size: 1.25rem;
}

#termine {
	padding-top: 1em;
	margin-left: 0.5em;
}

p {
	font-size: 1rem;
	margin-bottom: 1em;
}

.hinweis {
	font-size: 0.85rem;
}

.datum, .info {
	font-size: 1.1rem;
}

#maincontent ul li {
	font-size: 1rem;
}

section {
	margin-bottom: 3em;
	padding-top: 1em;
}

/* Textbreite verringern */
.content {
	width: 60%;
	margin-left: 2.5em;
}

/* Hauptnavigation ist immer eingeblendet */
.menubutton {
	display: none;
}

header {
	display: none;
}

.round {
	width: 175px;
	height: 175px;
}

.round:hover {
	transform: scale(1.5, 1.5);
	-moz-transform: scale(1.5, 1.5);
	-webkit-transform: scale(1.5, 1.5);
	-o-transform: scale(1.5, 1.5);
	-ms-transform: scale(1.5, 1.5);
}

.topbutton a {
	right: 1em;
}

.mailbutton {
	font-size: 0.9rem;
}

/* Zoomfaktor für Paarfoto anpassen */
img.coachpic {
	width: 200px;
	height: 133px;
}

img.coachpic:hover {
	transform: scale(1.66, 1.66);
	-moz-transform: scale(1.66, 1.66);
	-webkit-transform: scale(1.66, 1.66);
	-o-transform: scale(1.66, 1.66);
	-ms-transform: scale(1.66, 1.66);
}

.textfeld > h2 {
	padding: 0.5em 2em;
}

/* Anordnung Footer nebeneinander */
footer {
	flex-direction: row;
	justify-content: center;
	font-size: 0.85rem;
}

.footerbox {
	margin-right: 1em;
}

.footerbox:last-child {
	margin-right: 0;
}

/*================================================*/
/* NAVIGATION */
/*================================================*/

nav {
	position: fixed;
	right: 0;
	top: 0;
	z-index: 100;
	max-width: 33%;
	box-shadow: none;
	filter: drop-shadow(0 5px 10px rgba(0,0,0,0.2));
}

nav > ul {
	max-height: 25em; /* Navigation ist generell eingeblendet */
	padding-top: 2em;
	padding-bottom: 1.5em;
	margin-right: 1em;
}

nav > ul > li {
	font-size: .85rem;
	width: 100%;
}

nav > ul > li > a {
	padding-left: 1.5em;
	padding-right: 1.5em;
}

nav > ul ul li {
	margin-left: 3.5em;
}

}


/* ==========================================================================
   Media Queries 900px
   ========================================================================== */
@media screen and (min-width: 900px) {

.textfeld > h2 {
	font-size: 1.85rem;
}

}


/* ==========================================================================
   Media Queries 1200px
   ========================================================================== */
@media screen and (min-width: 1200px) {

h1, {
	padding-left: 1.5em;
}

h2 {
	padding-left: 1em;
}
	
#flexcontainer {
	max-width: 1400px;
}

nav > ul > li {
	font-size: 1rem;
}

nav > ul ul li {
	font-size: 0.85rem;
}

/*Typografie*/
h1, h2 {
	font-size: 2.5rem;
}

#termine {
	font-size: 2.5rem;
	margin-left: 1em;
	bottom: 0.75em;
}

/* Textbreite verringern */
.content {
	width: 66%;
	margin-left: 4em;
}

.mailbutton {
	width: 66%;
}

img.workshop {
	display: block;
	width: 50%;
}

}

/* ==========================================================================
   Media Queries 1600px
   ========================================================================== */
@media screen and (min-width: 1600px) {

nav {
	right: 10%;
}

.topbutton a {
	right: 10%;
}

}

@media print,
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 1.25dppx),
       (min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   http://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */

@media print {
    *,
    *:before,
    *:after,
    *:first-letter,
    *:first-line {
        background: transparent !important;
        color: #000 !important; /* Black prints faster:
                                   http://www.sanbeiji.com/archives/953 */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links that are fragment identifiers,
     * or use the `javascript:` pseudo protocol
     */

    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    /*
     * Printing Tables:
     * http://css-discuss.incutio.com/wiki/Printing_Tables
     */

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}
