/* ====================================================================== *
 * 
 * style.css axel.und.birgitriese.at 
 * Autor: www.riese-webdesign.at
 * 
 * ====================================================================== */
/* ============================================
 * VARIABLE
 * ============================================ */
:root {
	--fliesstext: hsl(240,20%,13%);
	--width_inside: 1100px;
}

html {
	height: 100%;
	font-size: 100%;
	overflow-y: scroll;
}

body {
	height: 100%;
	font-family: "Roboto", sans-serif;
	font-weight: 300;
	font-size: 1rem;
	color: hsl(240,20%,13%);
	line-height: 1.5rem;
}
body#top.start {
	background: url("/grafik/danke_bg.jpg") no-repeat center;
	background-size: auto 100vh;
	background-attachment: fixed;
	color: white;
}

/*    -- general settings
* -------------------------------------------- */
* {
	margin: 0;
	padding: 0;
	border: 0;
}
*,
*:before,
*:after {
	box-sizing: border-box;
}
#header, #main, #footer, .block {
	display: flow-root;
}
#wrapper, #main, .inside {
	position: relative;
}
img {
	vertical-align: bottom;
}

/*    -- typo
 * -------------------------------------------- */
/* avaliable fonts: Roboto 300, Roboto 500, Roboto 700, Tangerine 700 (Regular-?) */
/*** links ***/
p a {
	border-bottom: 1px solid;
	color: #000000;
	text-decoration: none;
}
a.nocolor { color: var(--fliesstext); }
a.nolink { border-bottom: none; }

a.border,
a.border:visited {
	color: white;
	text-decoration: none;
	border-bottom: 1px solid;
}
#lightbox a {
	border-bottom: none;
}

/*** headlines ***/
h1 {
	font-family: Tangerine;
	font-size: 9rem;
	margin-bottom: 5rem;
	color: white;
}
@media screen and (max-width: 540px) {
	h1 {
		font-size: 8rem;
	}
} /* Ende @media screen */
@media screen and (max-width: 490px) {
	h1 {
		font-size: 7rem;
	}
} /* Ende @media screen */
@media screen and (max-width: 450px) {
	h1 {
		font-size: 6rem;
		margin-bottom: 3rem;
	}
} /* Ende @media screen */
h2 {
	margin-bottom: 1.5rem;
	font-weight: 300;
	font-size: 2rem;
}

/*** paragraphs ***/
p {
	margin-bottom: 1rem;
}
p.claim {
	font-weight: 500;
	font-size: 1.125rem;
}
@media screen and (max-width: 450px) {
	p.claim {
		font-size: 1rem;
	}
} /* Ende @media screen */
p.small,
span.small {
	font-size: 0.75rem;
}

/*** Abstände ***/
.mt_2 {
	margin-top: 2rem;
}
.mb_1 {
	margin-bottom: 1rem;
}
.mb_2 {
	margin-bottom: 2rem;
}
.mb_3 {
	margin-bottom: 3rem;
}
.mb_5 {
	margin-bottom: 5rem;
}

/* ============================================
 * LAYOUT
 * ============================================ */
/*    -- wrapper
 * -------------------------------------------- */
body#top.start #wrapper {
	min-height: 100vh;
	display: flex;
	justify-content: center;
	align-items: center;
}
/*    -- main
 * -------------------------------------------- */
#main {}
#main .inside {
	/* fullpage-Layout Breitenbegrenzung */
		width: var(--width_inside);
		margin: 0 auto;
	/*-----------------------------------*/
	padding: 30px 0 40px 0;
	background: none;
}
body#top.start #main .inside {
	width: 50vw;
	display: flex;
	flex-direction: column;
	padding: 90px 50px 50px 50px;
	background: hsla(0, 10%, 10%, 0.5);
	border-radius: 20px;
}

@media screen and (max-width: 999px) {
	body#top.start #main .inside {
		width: 85vw;
		padding: 90px 25px 25px 25px;
	}
} /* Ende @media screen */
@media screen and (max-width: 1099px) {
	#main .inside {
		width: 100%;
		padding-right: 20px;
		padding-left: 20px;
	}
}


/*    -- footer
 * -------------------------------------------- */
#footer {
	position: fixed;
	width: 100%;
	height: 30px;
	bottom: 0;
	background-color: hsla(60,8%,5%,0.7);
}
#footer .inside {
/* fullpage-Layout Breitenbegrenzung */
	width: var(--width_inside);
	margin: 0 auto;
/*-----------------------------------*/
	height: 30px;
	display: flex;
	justify-content: center;
	align-items: center;
}
#footer .inside p {
	margin-bottom: 0;
	color: white;
}
#footer .inside a,
#footer .inside span {
	font-size: 0.75rem;
	color: white;
}

@media screen and (max-width: 1140px) {
	#footer .inside {
		max-width: 100%;
		padding-right: 20px;
		padding-left: 20px;
	}
} /* Ende @media screen */


/* ============================================
 * INHALT
 * ============================================ */
/*    -- Startseite
 * -------------------------------------------- */
body#top.start #main .inside .flexbox {
	display: flex;
	justify-content: space-around;
}
.galerie-link img {
	margin-right: 2rem;
	border: 5px solid white;
	transform: rotate(-3deg);
}

@media screen and (max-width: 749px) {
	.flexbox {
		flex-direction: column;
	}
	.galerie-link {
		padding-bottom: 2rem;
	}
} /* Ende @media screen */

/*    -- Galerie
 * -------------------------------------------- */
.fotogalerie {}
.fotogalerie ul {
	margin: 0;
	padding: 0 0 1rem 0;
	list-style: none;
	border-bottom: 1px solid;
	/*display: grid;*/
	/*-ms-grid-columns: repeat(auto-fit, minmax(200px,1fr));*/
	/*grid-template-columns: repeat(auto-fit, minmax(150px,1fr));*/
	/*grid-gap: 0.5rem;*/
}
li.fg {
	width: 180px;
	padding-left: 2px;
	padding-right: 2px;
	padding-bottom: 4px;
}
.fotogalerie ul li {
	float: none;
}
.fotogalerie ul li img {
	width: 100%;
	height: auto;
}
.scrollToTop {
	display: block;
	position: fixed;
	right: 30px;
	bottom: 50px;
	width: 30px;
	height: 30px;
	background-image: url("/grafik/scrollToTop.svg");
	background-size: contain;
	opacity: 0.5;
}
.scrollToTop:hover {
	opacity: 1;
}
@media screen and (max-width: 449px) {
	.scrollToTop {
		right: 2px;
		bottom: 40px;
	}
}

/*    -- Mobilanpassung Inhalt
 * -------------------------------------------- */
@media screen and (max-width: 849px) {
	img {
		max-width: 100%;
		height: auto;
	}	
} /* Ende @media screen */







