html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline;}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block;}
body{line-height:1; width:100%;}
html{font-size:100%;}
footer a {
	cursor: pointer;
}
/*
	COLORDECISION: #E30513 (rot)
			header #fce4e5 (header)
*/

body {
    background-color: #F9F9F9;
	min-height: 100%;
}

#sections img {
	margin-bottom: 1em;
}

footer {
    text-align: center;
    font-size: 0.9em;
    background-color: #fce4e5;

    border-top: 10px solid #F9F9F9;
    bottom: 0;
    padding-top: 4em;
    padding: 1em;
}
footer a {
    text-decoration: none;
    color: black;
}

header{
    position: fixed;
    width: 100%;
    z-index: 30;
    box-shadow: 1px 1px 3px #FFFFFF;
    background: url(/img/title/Dr_Henrike_Krenn-Pfob.jpg) no-repeat 0 0;
    background-size: cover;
    background-position: center;

    -webkit-transition: background 0.4s;
    -moz-transition: background 0.4s ease-in-out;
    -o-transition: background 0.4s ease-in-out;
    transition: background 0.4s ease-in-out;
}
#content {
    position: relative;
	padding-top: 2em;
	height: 100%;
}

#sections {
	position:relative;
	top: 0;
	left: 25em;
	max-width: 65em;
	min-height: 58vh;
	line-height: 1.5em;
}
#sections:after {
  content: "";
  clear: both;
  display: table;
}
#sections ul { 
	padding-left: 0.6em; 
	margin-left: 0.6em; 
}
/*section {
	width: 46%;
	padding-right: 2%;
	float: left;
}*/

section {
    margin-bottom: 100px;
}

@media (min-width: 40em) {
    article {
        margin-right: 1em;
    }
}

table{
	border-spacing: 0;
	border-collapse: collapse;
}
table td {
	padding-right: 0.5em;
}


article{padding-bottom: 3em;}
p{margin-top:1em;margin-bottom:1em;}
h1{margin:0.7em 0;}
body{font-size:0.8em;letter-spacing:0.08em;font-family:"Century Schoolbook",Times,sans-serif;}

section, #sections, footer{font-family:Helvetica,Arial,sans-serif;}
h1{font-size:1.8em;font-family:Roboto,Arial,sans-serif; padding-top: 0.3em; font-weight: normal; }
h2{font-size:1.2em; font-weight: bold; padding-top: 0em; margin-bottom:-0.5em;line-height: 1.8em;}
h3{font-size:1em; font-weight: normal; font-style: italic; margin-top: 1em; margin-bottom: -1em;}

#header-title{display:none;}
.pfeil{display:none;}
.hideindesktop{display:none;}
.hideinmobile{display:inline;}
.noscrolling{overflow:hidden;}
.moved header,.moved section,.moved footer{opacity:1;}

header {
    float: left;
}

#header {
	background-color: #FFFFFF;
}
#header_color {
    background-color: #fce4e5;
    width: 100%;
    height: 100%;
    opacity: 0;
}

#global-nav{
    background-color: transparent;
    font-family: Roboto, Verdana;
    font-weight: normal;
    font-size:1.2em;
    padding-right:4em;
    padding-left:1em;
    position: absolute;
    bottom: 0em;
    right: 0;
}
#global-nav .color {
    width: 100%;
    height: 100%;
    background-color: #F9F9F9;
    position: absolute;
    top: 0;
    opacity: 0.7;
}
#global-nav a {
	cursor: pointer;
    float: left;
    text-decoration:none;
    color: black;
    padding:0.8em;
    position:relative;
    border-bottom: 4px solid transparent ;
}
#global-nav a:hover, #global-nav a.currentpage{
    /*background-color: #FFFFFF ; /*COLORDECISION*/
	border-bottom-color: #E30513 ; /*COLORDECISION*/
    color: #E30513;
}
#global-nav a:hover {
    background-color: #FFFFFF ; /*COLORDECISION*/
}
#global-nav a.bixpack-link {
    padding-top: 4px;
    padding-bottom: 0;
}
#global-nav a.bixpack-link img {
    height: 33px;
}

#side-nav {
    font-family: Roboto, Verdana;
    font-weight: normal;
    font-size:1em;
    position: relative;
    float: none;
    padding: 0;
    max-width: 60em;
    margin: 0 1em 15px 1em;
    display: block;
}

@media (min-width: 40em) {
    #side-nav {
        margin-left: 5em;
    }
}

@media (min-width: 72em) {
    #side-nav {
        float: left;
        background-color: transparent;
        padding-right:0em;
        margin-left:80px;
        padding-top: 3em;
        position: fixed;
        top: 3em;
        left: 0;
    }
}

#side-nav .color {
    width: 100%;
    height: 100%;
    background-color: #F9F9F9;
    position: absolute;
    top: 0;
    opacity: 0.7;
}
#side-nav a {
	display: block;
    text-decoration:none;
    color: black;
    padding:0.8em;
    position:relative;
	border-bottom: 1px solid transparent ;
    text-align: center;
}
@media (min-width: 72em) {
    #side-nav a {
        width: 13.2em;
        text-align: left;
    }
}
#side-nav .color {
    width: 100%;
    height: 100%;
    background-color: #F9F9F9;
    position: absolute;
    top: 0;
    opacity: 0.7;
}
#side-nav a {
	cursor: pointer;
}
#side-nav a:hover, #side-nav a.currentpage{
    /*background-color: #FFFFFF ; /*COLORDECISION*/
	border-bottom-color: #E30513 ; /*COLORDECISION*/
    color: #E30513;
}
#side-nav a:hover {
	background-color: #FFFFFF ; /*COLORDECISION*/
}
#page_title {
    position: absolute; left: 220px;
    bottom: 70%;
    color: black;
    font-family: Roboto;
	font-weight: normal;
    font-size: 3.5em;
}
#page_title_inner {
    position: relative;
}
#page_title_color {
    display: inline-block;
    position: absolute;
    width: 110%;height: 1.2em;
    left: -5%; top: -0.1em;
    background-color: #FFFFFF;
    opacity: 0.7;
}
#krenn {
	position: absolute;	bottom: 0em; left: 75px;
	cursor: pointer;
	font-family: Roboto, Verdana;
    font-weight: normal;
    font-size:1.2em;
}
#krenn_text {
	position: relative;
	margin: 0.93em;
}
#krenn_color {
    display: inline-block;
	position: absolute; bottom: 0; left: 0;
	
	width: 100%;
	height: 100%;

	background-color: #d5a4cd;
    opacity: 0.7;
}
#logo {
	position: absolute; left: 60px;	bottom: 0em;
	height: 119px;
	max-height: 100%;
	cursor: pointer;
	left: 0;
	margin-left: 1em;
	margin-bottom: 2.5em;
}

.zitat {
    font-style: italic;
    text-align: left;
}

p.important {
	font-weight: bold;
}

strong {
    font-weight: bold;
}
#page_title span:hover {
    background: transparent;
}
.text_picture {
	max-width: 60%;
}

.text_picture_right {
    display: block;
    max-width: 100%;
    margin-bottom: 1em;
}

@media (min-width: 35em) {
    .text_picture_right {
        float: right;
        max-width: 45%;
        margin-bottom: 2em;
        margin-left: 2em;
    }
}

.text_picture_right img {
    max-width: 100%;
}

.text_picture_right .image-description {
    font-style: italic;
    font-size: 0.9em;
}


.spread_to_text_width {
	width: 100%;
}

.clear_left {
	clear: left;
}

/*SITEMAP*/
#sitemap h2 a, #sitemap ul a {
	line-height: 2em;
	
	display: block;
	text-decoration: none;
	color: #000;
	padding: 0.8em;
	position: relative;
	border-bottom: 1px solid transparent;
}
#sitemap ul a {
	padding: 0.3em;
}
#sitemap h2 a:hover, #sitemap ul a:hover {
/*background-color: #FFFFFF ; /*COLORDECISION*/
	border-bottom-color: #E30513 ; /*COLORDECISION*/
    color: #E30513;
}

.gedicht-ending {
    font-style: italic;
}


/*#global-nav .currentpage>a:hover{cursor:default;}*/

@media only all and (max-width:72em) {
	#krenn {
		left: 4.1em;
	}
	#page_title {
		visibility: hidden;
	}
	
    #global-nav {
        position: fixed;
        height: 100%;
        overflow-y: scroll;
        overflow-x: hidden;
        width: 230px;
        padding: 5px;
        background-color: #fce4e5;
        left: -240px;
        top: 0;

        -webkit-transition: left 0.4s;
        -moz-transition: left 0.4s ease;
        -o-transition: left 0.4s ease;
        transition: left 0.4s ease;
    }
	#global-nav a {
		width: 100%;
	}
	
	/* for more than one hirarchy*/
	/*todo...*/

    body {
        -webkit-transition: padding 0.4s;
        -moz-transition: padding 0.4s ease;
        -o-transition: padding 0.4s ease;
        transition: padding 0.4s ease;
        padding-left: 0;
    }
    body.moved {
        padding-left: 240px;
    }
    body #global-nav {
        left: -240px;
    }
    body.moved #global-nav {
        left: 0;
    }

    .hideinmobile {
        display: none;
    }

    .hideindesktop {
        display: inline;
    }

    #menubutton {
        position: absolute;
        bottom: 1px;
        left: 0px;
        height: 1.35em;
        padding: 1em;
        cursor: pointer;
    }

    #menubutton_color {
        position: absolute;
        bottom: 9px;
        left: 10px;
        height: 28px;
        width: 30px;
        background-color: #FFFFFF;
        opacity: 0.7;

    }

    #profile_picture {
        width: 60%;
        /*max-width: 20em;
        */
        margin-left: 20%;
    }

	#sections {
		left: 0;
		margin-left: 5em;
	}
}

@media only all and (max-width:40em) {
	#krenn {
		left: 2.6em;
	}
	section {
		width: 100%;
	}
	#sections {
		margin: auto 1em;
	}
}

@supports (grid-area: auto) {
	@media screen and (min-width: 40em) {
        .fallbeispiele-grid h1 {
            /*grid-column: 1/3;
            grid-row: 1/2;*/
            grid-area: title;
        }
		.fallbeispiele-grid {
            display: grid;
            grid-template-rows: auto;
            margin-left: 1em;
            margin-right: 1em;
			grid-template-columns: 1fr 1fr;
			grid-gap: 2em;/*grid-row-gap, grid-column-gap...*/
			grid-template-areas: 
				"title title" 
				"person person";
		}
	}
	@media screen and (min-width: 40em) {
		.gedichte-grid {
			margin-left: 1em;
			margin-right: 1em;
			column-count: 2;
			column-gap: 2em;
		}
		.gedichte-grid h1 {
			column-span: all;
		}
		.gedichte-grid section {
			display: inline-block;
			width: 100%;
			box-sizing: border-box;
			margin-bottom: 2em;
			break-inside: avoid;
			page-break-inside: avoid;
		}
	}
	@media screen and (min-width: 90em) {
		.fallbeispiele-grid {
			grid-template-columns: 1fr 1fr 1fr;
			grid-gap: 3em;/*grid-row-gap, grid-column-gap...*/
			grid-template-areas: 
				"title title title" 
				"person person person";
		}
	}
}


#overlay-container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: calc(100vh - 2em);
    z-index: 100;
    padding: 1em;
    overflow: hidden;
    display: none;
    box-sizing: border-box;
}

#overlay-container .close {
    position: absolute;
    top: 13px;
    right: 12px;
    width: 60px;
    height: 60px;
    background-color: #fce4e5;
    cursor: pointer;
}

#overlay-container .close:hover {
    background-color: gray;
}

#overlay-container .close .icon-bar:after, #overlay-container .close .icon-bar:before {
    border-radius: 0;
    height: 4px;
    width: 40px;
    background: gray none repeat scroll 0 0;
    position: absolute;
    display: block;
    content: "";
    top: 27px;
    left: 10px;
}
#overlay-container .close:hover .icon-bar:after, #overlay-container .close:hover .icon-bar:before {
    background: #fce4e5 none repeat scroll 0 0;
}

#overlay-container .close .icon-bar:before {
    -webkit-transform: rotate(-45deg) skew(0deg,0deg);
    transform: rotate(-45deg) skew(0deg,0deg);
}

#overlay-container .close .icon-bar:after {
    -webkit-transform: rotate(45deg) skew(0deg,0deg);
    transform: rotate(45deg) skew(0deg,0deg);
}


#overlay-container iframe {
    width: 100%;
    height: 750px;
    max-height: 100%;
    margin-left: 50%;
    transform: translateX(-50%);
}

.iframe-container {
    height: 100%;
    width: 100%;
}

.open-iframe {
    cursor: pointer;
    width: 330px;
}

.clearfix {
    clear: both;
}

.important-info-container {
    background-color: #fff1c4;
    padding: 8px 16px;
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.2);
    margin-right: 1em;
    max-width: 330px;
    margin-bottom: 2em;
    margin-top: 2em;
}